#0F8226

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

Shades of Forest Green #0F8226

Tints of Forest Green #0F8226

Color information

#0F8226 (or 0x0F8226) is unknown color: approx Forest Green. HEX triplet: 0F, 82 and 26. RGB value is (15,130,38). Sum of RGB (Red+Green+Blue) = 15+130+38=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8226 is #F07DD9. Grayscale: #555555. Windows color (decimal): -15760858 or 2523663. OLE color: 2523663.

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

Color convert

RGB1513038-
CMYK0.8800.710.49
HSL132º79.31%28.43%-
HSV(B)132º88.46%50.98%-
XYZ8.5316.214.51-
YUV85.13101.477.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.20%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=8.20%
G=71.04%
B=20.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130380.8800.710.4913279.3128.43
HexF82265804731844f1c
Octal172024613001076120411734
Binary11111000001010011010110000100011111000110000100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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