#1F7212

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

Shades of Forest Green #1F7212

Tints of Forest Green #1F7212

Color information

#1F7212 (or 0x1F7212) is unknown color: approx Forest Green. HEX triplet: 1F, 72 and 12. RGB value is (31,114,18). Sum of RGB (Red+Green+Blue) = 31+114+18=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7212 is #E08DED. Grayscale: #4E4E4E. Windows color (decimal): -14716398 or 1208863. OLE color: 1208863.

HSL color Cylindrical-coordinate representation of color #1F7212: hue angle of 111.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7212 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB3111418-
CMYK0.7300.840.55
HSL111.88º72.73%25.88%-
HSV(B)111.88º84.21%44.71%-
XYZ6.6912.372.61-
YUV78.249494.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 114 (44.92% from 255) = 69.94%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=19.02%
G=69.94%
B=11.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31114180.7300.840.55111.8872.7325.88
Hex1F7212490543770491a
Octal371622211101246716011132
Binary111111110010100101001001010101001101111110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,114,18); }

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

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

 a { background-color: rgb(31,114,18); }

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

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

 span { border-color: rgb(31,114,18); }

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