#1F7014

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

Shades of Forest Green #1F7014

Tints of Forest Green #1F7014

Color information

#1F7014 (or 0x1F7014) is unknown color: approx Forest Green. HEX triplet: 1F, 70 and 14. RGB value is (31,112,20). Sum of RGB (Red+Green+Blue) = 31+112+20=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7014 is #E08FEB. Grayscale: #4D4D4D. Windows color (decimal): -14716908 or 1339423. OLE color: 1339423.

HSL color Cylindrical-coordinate representation of color #1F7014: hue angle of 112.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7014 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB3111220-
CMYK0.7200.820.56
HSL112.83º69.7%25.88%-
HSV(B)112.83º82.14%43.92%-
XYZ6.4911.932.62-
YUV77.2995.6694.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 112 (44.14% from 255) = 68.71%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=19.02%
G=68.71%
B=12.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112200.7200.820.56112.8369.725.88
Hex1F7014480523871461a
Octal371602411001227016110632
Binary111111110000101001001000010100101110001110001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,20); }

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

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

 a { background-color: rgb(31,112,20); }

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

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

 span { border-color: rgb(31,112,20); }

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