#1F780C

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

Shades of Forest Green #1F780C

Tints of Forest Green #1F780C

Color information

#1F780C (or 0x1F780C) is unknown color: approx Forest Green. HEX triplet: 1F, 78 and 0C. RGB value is (31,120,12). Sum of RGB (Red+Green+Blue) = 31+120+12=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #1F780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F780C is #E087F3. Grayscale: #515151. Windows color (decimal): -14714868 or 817183. OLE color: 817183.

HSL color Cylindrical-coordinate representation of color #1F780C: hue angle of 109.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F780C is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB3112012-
CMYK0.7400.900.53
HSL109.44º81.82%25.88%-
HSV(B)109.44º90%47.06%-
XYZ7.3513.752.61-
YUV81.0889.0192.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 120 (47.27% from 255) = 73.62%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=19.02%
G=73.62%
B=7.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31120120.7400.900.53109.4481.8225.88
Hex1F78C4A05A356d521a
Octal371701411201326515512232
Binary11111111100011001001010010110101101011101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,120,12); }

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

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

 a { background-color: rgb(31,120,12); }

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

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

 span { border-color: rgb(31,120,12); }

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