#0F8224

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

Shades of Forest Green #0F8224

Tints of Forest Green #0F8224

Color information

#0F8224 (or 0x0F8224) is unknown color: approx Forest Green. HEX triplet: 0F, 82 and 24. RGB value is (15,130,36). Sum of RGB (Red+Green+Blue) = 15+130+36=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8224 is #F07DDB. Grayscale: #555555. Windows color (decimal): -15760860 or 2392591. OLE color: 2392591.

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

Color convert

RGB1513036-
CMYK0.8800.720.49
HSL130.96º79.31%28.43%-
HSV(B)130.96º88.46%50.98%-
XYZ8.516.194.35-
YUV84.9100.478.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=8.29%
G=71.82%
B=19.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130360.8800.720.49130.9679.3128.43
HexF82245804831834f1c
Octal172024413001106120311734
Binary11111000001010010010110000100100011000110000011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,130,36); }

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

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

 a { background-color: rgb(15,130,36); }

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

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

 span { border-color: rgb(15,130,36); }

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