#0F8119

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

Shades of Forest Green #0F8119

Tints of Forest Green #0F8119

Color information

#0F8119 (or 0x0F8119) is unknown color: approx Forest Green. HEX triplet: 0F, 81 and 19. RGB value is (15,129,25). Sum of RGB (Red+Green+Blue) = 15+129+25=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 129 (50.78% from 255 or 76.33% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8119 is #F07EE6. Grayscale: #535353. Windows color (decimal): -15761127 or 1671439. OLE color: 1671439.

HSL color Cylindrical-coordinate representation of color #0F8119: hue angle of 125.26º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8119 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1512925-
CMYK0.8800.810.49
HSL125.26º79.17%28.24%-
HSV(B)125.26º88.37%50.59%-
XYZ8.2215.873.55-
YUV83.0695.2379.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 129 (50.78% from 255) = 76.33%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=8.88%
G=76.33%
B=14.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129250.8800.810.49125.2679.1728.24
HexF811958051317d4f1c
Octal172013113001216117511734
Binary111110000001110011011000010100011100011111101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8119; }

 p { color: rgb(15,129,25); }

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

<style>
 a { background-color: #0F8119; }

 a { background-color: rgb(15,129,25); }

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

<style>
 span { border-color: #0F8119; }

 span { border-color: rgb(15,129,25); }

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