#1B970C

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

Shades of Forest Green #1B970C

Tints of Forest Green #1B970C

Color information

#1B970C (or 0x1B970C) is unknown color: approx Forest Green. HEX triplet: 1B, 97 and 0C. RGB value is (27,151,12). Sum of RGB (Red+Green+Blue) = 27+151+12=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 151 (59.38% from 255 or 79.47% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 151 - color contains mainly: green. Hex color #1B970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B970C is #E468F3. Grayscale: #626262. Windows color (decimal): -14969076 or 825115. OLE color: 825115.

HSL color Cylindrical-coordinate representation of color #1B970C: hue angle of 113.53º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B970C is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB2715112-
CMYK0.8200.920.41
HSL113.53º85.28%31.96%-
HSV(B)113.53º92.05%59.22%-
XYZ11.5822.394.06-
YUV98.0879.4277.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.21%
GREEN value IS 151 (59.38% from 255) = 79.47%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=14.21%
G=79.47%
B=6.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal27151120.8200.920.41113.5385.2831.96
Hex1B97C5205C29725520
Octal332271412201345116212540
Binary1101110010111110010100100101110010100111100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,151,12); }

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

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

 a { background-color: rgb(27,151,12); }

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

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

 span { border-color: rgb(27,151,12); }

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