#0F8418

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

Shades of Forest Green #0F8418

Tints of Forest Green #0F8418

Color information

#0F8418 (or 0x0F8418) is unknown color: approx Forest Green. HEX triplet: 0F, 84 and 18. RGB value is (15,132,24). Sum of RGB (Red+Green+Blue) = 15+132+24=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 132 (51.95% from 255 or 77.19% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8418 is #F07BE7. Grayscale: #555555. Windows color (decimal): -15760360 or 1606671. OLE color: 1606671.

HSL color Cylindrical-coordinate representation of color #0F8418: hue angle of 124.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8418 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1513224-
CMYK0.8900.820.48
HSL124.62º79.59%28.82%-
HSV(B)124.62º88.64%51.76%-
XYZ8.6116.673.63-
YUV84.793.7478.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 132 (51.95% from 255) = 77.19%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=8.77%
G=77.19%
B=14.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15132240.8900.820.48124.6279.5928.82
HexF841859052307d501d
Octal172043013101226017512035
Binary111110000100110001011001010100101100001111101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,132,24); }

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

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

 a { background-color: rgb(15,132,24); }

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

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

 span { border-color: rgb(15,132,24); }

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