#1B9514

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

Shades of Forest Green #1B9514

Tints of Forest Green #1B9514

Color information

#1B9514 (or 0x1B9514) is unknown color: approx Forest Green. HEX triplet: 1B, 95 and 14. RGB value is (27,149,20). Sum of RGB (Red+Green+Blue) = 27+149+20=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 149 (58.59% from 255 or 76.02% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9514 is #E46AEB. Grayscale: #626262. Windows color (decimal): -14969580 or 1348891. OLE color: 1348891.

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

Color convert

RGB2714920-
CMYK0.8200.870.42
HSL116.74º76.33%33.14%-
HSV(B)116.74º86.58%58.43%-
XYZ11.3321.784.27-
YUV97.8284.0877.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.78%
GREEN value IS 149 (58.59% from 255) = 76.02%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=13.78%
G=76.02%
B=10.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27149200.8200.870.42116.7476.3333.14
Hex1B9514520572A754c21
Octal332252412201275216511441
Binary11011100101011010010100100101011110101011101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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