#1F720F

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

Shades of Forest Green #1F720F

Tints of Forest Green #1F720F

Color information

#1F720F (or 0x1F720F) is unknown color: approx Forest Green. HEX triplet: 1F, 72 and 0F. RGB value is (31,114,15). Sum of RGB (Red+Green+Blue) = 31+114+15=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #1F720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F720F is #E08DF0. Grayscale: #4E4E4E. Windows color (decimal): -14716401 or 1012255. OLE color: 1012255.

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

Color convert

RGB3111415-
CMYK0.7300.870.55
HSL110.3º76.74%25.29%-
HSV(B)110.3º86.84%44.71%-
XYZ6.6712.362.49-
YUV77.992.594.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 114 (44.92% from 255) = 71.25%
BLUE value IS 15 (6.25% from 255) = 9.38%
R=19.38%
G=71.25%
B=9.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31114150.7300.870.55110.376.7425.29
Hex1F72F49057376e4d19
Octal371621711101276715611531
Binary11111111001011111001001010101111101111101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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