COLOR #255A1D

HEX: #255A1D
RGB: (37,90,29)

Color info

#255A1D contains mainly red and green colors. Web safe color of #255A1D is #336633 (or #363).

RGB color model

#255A1D color RGB value is (37,90,29).

  • red value is 37;
  • green value is 90;
  • blue value is 29.
RGB:
(37,90,29)
(15%,35%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 29 of 255 = 11%

37
90
29

R + G + B ~ 20%. #255A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 90 + 29 = 156 (100%)
R 37 of 156 ~ 23.72%
G 90 of 156 ~ 57.69%
B 29 of 156 ~ 18.59%

%23.72
%57.69
%18.59

CMYK color model

#255A1D color CMYK value is (59,0,68,65).

  • cyan value is 58.89%
  • magenta value is 0.00%
  • yellow value is 67.78%
  • key color value is 64.71%
CMYK:
(59,0,68,65)
C59M0Y68K65 
(59%,0%,68%,65%)
(0.59/0.00/0.68/0.65)	

CMYK percentages

%58.89
%0
%67.78
%64.71

Codes

Color #255A1D in popluar color models

255A1D
RGB379029
HSL112°51.26%23.33%
HSB/HSV112°67.78%35.29%
CMYK58.89%0.00%67.78%
64.71%

Color #255A1D in popluar number systems.

HEX255A1D
Decimal379029
Binary100101101101011101
Octal4513235

Shades and tints

Shades of #255A1D

#255A1D
(37,90,29)
#22521B
(34,82,27)
#1F4A19
(31,74,25)
#1C4217
(28,66,23)
#193A15
(25,58,21)
#163213
(22,50,19)
#132A11
(19,42,17)
#10220F
(16,34,15)
#0D1A0D
(13,26,13)
#0A120B
(10,18,11)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #255A1D

#255A1D
(37,90,29)
#386931
(56,105,49)
#4B7845
(75,120,69)
#5E8759
(94,135,89)
#71966D
(113,150,109)
#84A581
(132,165,129)
#97B495
(151,180,149)
#AAC3A9
(170,195,169)
#BDD2BD
(189,210,189)
#D0E1D1
(208,225,209)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255A1D color. Also use rgb(37,90,29) instead hex code.

Text Font Color

.myTextColor { color: #255A1D; }

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

This text font color is #255A1D.


Background Color

.myBgColor { background-color: #255A1D; }

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

This div background color is #255A1D.


Border color

.myBorderColor { border: 1px solid #255A1D; }

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

This div border color is #255A1D.


Opacity

.myOpacity80 { color: #255A1D; opacity: 0.8; }

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

Text with #255A1D 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 #255A1D;}

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

This text has shadow with #255A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255A1D on black background.


Color preview on white background

This text has color #255A1D on white background.



Black color preview on #255A1D background

This text has black color on #255A1D background.


White color preview on #255A1D background

This text has white color on #255A1D background.