COLOR #255200

HEX: #255200
RGB: (37,82,0)

Color info

#255200 contains only red and green colors. Web safe color of #255200 is #336600 (or #360).

RGB color model

#255200 color RGB value is (37,82,0).

  • red value is 37;
  • green value is 82;
  • blue value is 0.
RGB:
(37,82,0)
(15%,32%,0%)

RGB channels and saturation

R 37 of 255 = 15%
G 82 of 255 = 32%
B 0 of 255 = 0%

37
82
0

R + G + B ~ 16%. #255200 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 82 + 0 = 119 (100%)
R 37 of 119 ~ 31.09%
G 82 of 119 ~ 68.91%
B 0 of 119 ~ 0%

%31.09
%68.91

CMYK color model

#255200 color CMYK value is (55,0,100,68).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 67.84%
CMYK:
(55,0,100,68)
C55M0Y100K68 
(55%,0%,100%,68%)
(0.55/0.00/1.00/0.68)	

CMYK percentages

%54.88
%0
%100
%67.84

Codes

Color #255200 in popluar color models

255200
RGB37820
HSL93°100.00%16.08%
HSB/HSV93°100.00%32.16%
CMYK54.88%0.00%100.00%
67.84%

Color #255200 in popluar number systems.

HEX255200
Decimal37820
Binary10010110100100
Octal451220

Shades and tints

Shades of #255200

#255200
(37,82,0)
#224B00
(34,75,0)
#1F4400
(31,68,0)
#1C3D00
(28,61,0)
#193600
(25,54,0)
#162F00
(22,47,0)
#132800
(19,40,0)
#102100
(16,33,0)
#0D1A00
(13,26,0)
#0A1300
(10,19,0)
#070C00
(7,12,0)
#000000
(0,0,0)

Tints of #255200

#255200
(37,82,0)
#386117
(56,97,23)
#4B702E
(75,112,46)
#5E7F45
(94,127,69)
#718E5C
(113,142,92)
#849D73
(132,157,115)
#97AC8A
(151,172,138)
#AABBA1
(170,187,161)
#BDCAB8
(189,202,184)
#D0D9CF
(208,217,207)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255200 color. Also use rgb(37,82,0) instead hex code.

Text Font Color

.myTextColor { color: #255200; }

<p style="color:#255200">This sample text font color is #255200.</p>

This text font color is #255200.


Background Color

.myBgColor { background-color: #255200; }

<div style="background-color:#255200">Inner text</div>

This div background color is #255200.


Border color

.myBorderColor { border: 1px solid #255200; }

<div style="border:3px solid #255200">Div</div>

This div border color is #255200.


Opacity

.myOpacity80 { color: #255200; opacity: 0.8; }

<p style="color:#255200;opacity:0.8;">80%</p>

Text with #255200 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #255200;}

<p style="text-shadow: 3px 3px 1px #255200">Text here.</p>

This text has shadow with #255200 color.

.textShadow {text-shadow: 3px 3px 1px #255200, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #255200, 5px 5px 20px red">Text here.</p>

This text has shadow with #255200 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#255200, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#255200, Direction=45, Strength=4)">Text</p>

This text has shadow with #255200 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #255200;
  -webkit-box-shadow:	1px 1px 3px 2px #255200;
  box-shadow:		1px 1px 3px 2px #255200;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #255200;
-webkit-box-shadow: 1px 1px 3px 2px #255200;
box-shadow:1px 1px 3px 2px #255200;">
Div content here</div>
This div box has shadow with color #255200.

Preview

Color preview on black background

This text has color #255200 on black background.


Color preview on white background

This text has color #255200 on white background.



Black color preview on #255200 background

This text has black color on #255200 background.


White color preview on #255200 background

This text has white color on #255200 background.