#0F811C

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

Shades of Forest Green #0F811C

Tints of Forest Green #0F811C

Color information

#0F811C (or 0x0F811C) is unknown color: approx Forest Green. HEX triplet: 0F, 81 and 1C. RGB value is (15,129,28). Sum of RGB (Red+Green+Blue) = 15+129+28=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #0F811C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F811C is #F07EE3. Grayscale: #535353. Windows color (decimal): -15761124 or 1868047. OLE color: 1868047.

HSL color Cylindrical-coordinate representation of color #0F811C: hue angle of 126.84º 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 #0F811C is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1512928-
CMYK0.8800.780.49
HSL126.84º79.17%28.24%-
HSV(B)126.84º88.37%50.59%-
XYZ8.2615.893.73-
YUV83.496.7379.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 129 (50.78% from 255) = 75%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=8.72%
G=75%
B=16.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129280.8800.780.49126.8479.1728.24
HexF811C5804E317f4f1c
Octal172013413001166117711734
Binary111110000001111001011000010011101100011111111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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