#0F8417

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

Shades of Forest Green #0F8417

Tints of Forest Green #0F8417

Color information

#0F8417 (or 0x0F8417) is unknown color: approx Forest Green. HEX triplet: 0F, 84 and 17. RGB value is (15,132,23). Sum of RGB (Red+Green+Blue) = 15+132+23=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 132 (51.95% from 255 or 77.65% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8417 is #F07BE8. Grayscale: #545454. Windows color (decimal): -15760361 or 1541135. OLE color: 1541135.

HSL color Cylindrical-coordinate representation of color #0F8417: hue angle of 124.1º 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 #0F8417 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1513223-
CMYK0.8900.830.48
HSL124.1º79.59%28.82%-
HSV(B)124.1º88.64%51.76%-
XYZ8.616.673.57-
YUV84.5993.2478.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.82%
GREEN value IS 132 (51.95% from 255) = 77.65%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=8.82%
G=77.65%
B=13.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15132230.8900.830.48124.179.5928.82
HexF841759053307c501d
Octal172042713101236017412035
Binary111110000100101111011001010100111100001111100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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