#0F8221

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

Shades of Forest Green #0F8221

Tints of Forest Green #0F8221

Color information

#0F8221 (or 0x0F8221) is unknown color: approx Forest Green. HEX triplet: 0F, 82 and 21. RGB value is (15,130,33). Sum of RGB (Red+Green+Blue) = 15+130+33=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8221 is #F07DDE. Grayscale: #545454. Windows color (decimal): -15760863 or 2195983. OLE color: 2195983.

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

Color convert

RGB1513033-
CMYK0.8800.750.49
HSL129.39º79.31%28.43%-
HSV(B)129.39º88.46%50.98%-
XYZ8.4516.184.12-
YUV84.5698.978.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 130 (51.17% from 255) = 73.03%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=8.43%
G=73.03%
B=18.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130330.8800.750.49129.3979.3128.43
HexF82215804B31814f1c
Octal172024113001136120111734
Binary11111000001010000110110000100101111000110000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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