#0F881C

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

Shades of Forest Green #0F881C

Tints of Forest Green #0F881C

Color information

#0F881C (or 0x0F881C) is unknown color: approx Forest Green. HEX triplet: 0F, 88 and 1C. RGB value is (15,136,28). Sum of RGB (Red+Green+Blue) = 15+136+28=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 136 (53.52% from 255 or 75.98% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 136 - color contains mainly: green. Hex color #0F881C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F881C is #F077E3. Grayscale: #575757. Windows color (decimal): -15759332 or 1869839. OLE color: 1869839.

HSL color Cylindrical-coordinate representation of color #0F881C: hue angle of 126.45º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F881C is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1513628-
CMYK0.8900.790.47
HSL126.45º80.13%29.61%-
HSV(B)126.45º88.97%53.33%-
XYZ9.2117.794.05-
YUV87.5194.4176.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.38%
GREEN value IS 136 (53.52% from 255) = 75.98%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=8.38%
G=75.98%
B=15.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15136280.8900.790.47126.4580.1329.61
HexF881C5904F2F7e501e
Octal172103413101175717612036
Binary111110001000111001011001010011111011111111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F881C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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