#1B950D

Color #1B950D Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1B950D

Tints of Forest Green #1B950D

Color information

#1B950D (or 0x1B950D) is unknown color: approx Forest Green. HEX triplet: 1B, 95 and 0D. RGB value is (27,149,13). Sum of RGB (Red+Green+Blue) = 27+149+13=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 149 (58.59% from 255 or 78.84% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 149 - color contains mainly: green. Hex color #1B950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B950D is #E46AF2. Grayscale: #616161. Windows color (decimal): -14969587 or 890139. OLE color: 890139.

HSL color Cylindrical-coordinate representation of color #1B950D: hue angle of 113.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B950D is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB2714913-
CMYK0.8200.910.42
HSL113.82º83.95%31.76%-
HSV(B)113.82º91.28%58.43%-
XYZ11.2721.763.99-
YUV97.0280.5878.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 14.29%
GREEN value IS 149 (58.59% from 255) = 78.84%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=14.29%
G=78.84%
B=6.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27149130.8200.910.42113.8283.9531.76
Hex1B95D5205B2A725420
Octal332251512201335216212440
Binary1101110010101110110100100101101110101011100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B950D; }

 p { color: rgb(27,149,13); }

 H1.HeaderClassName
 {
   color: #1B950D;
 }
 .AnyTagClassName
 {
   color: #1B950D;
 }
</style>
background-color css

<style>
 a { background-color: #1B950D; }

 a { background-color: rgb(27,149,13); }

 div.DivClassName
 {
   background-color: #1B950D;
 }
 .BgClassName
 {
   background-color: #1B950D;
 }
</style>
border-color css

<style>
 span { border-color: #1B950D; }

 span { border-color: rgb(27,149,13); }

 td.TdClassName
 {
   border-color: #1B950D;
 }
 .TagClassName
 {
   border-color: #1B950D;
 }
</style>