#1F8E10

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

Shades of Forest Green #1F8E10

Tints of Forest Green #1F8E10

Color information

#1F8E10 (or 0x1F8E10) is unknown color: approx Forest Green. HEX triplet: 1F, 8E and 10. RGB value is (31,142,16). Sum of RGB (Red+Green+Blue) = 31+142+16=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 142 (55.86% from 255 or 75.13% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8E10 is #E071EF. Grayscale: #5E5E5E. Windows color (decimal): -14709232 or 1084959. OLE color: 1084959.

HSL color Cylindrical-coordinate representation of color #1F8E10: hue angle of 112.86º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F8E10 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB3114216-
CMYK0.7800.890.44
HSL112.86º79.75%30.98%-
HSV(B)112.86º88.73%55.69%-
XYZ10.3319.673.74-
YUV94.4583.7382.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.40%
GREEN value IS 142 (55.86% from 255) = 75.13%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=16.40%
G=75.13%
B=8.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31142160.7800.890.44112.8679.7530.98
Hex1F8E104E0592C71501f
Octal372162011601315416112037
Binary1111110001110100001001110010110011011001110001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,142,16); }

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

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

 a { background-color: rgb(31,142,16); }

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

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

 span { border-color: rgb(31,142,16); }

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