#0F4C20

Color #0F4C20 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0F4C20

Tints of Deep Fir #0F4C20

Color information

#0F4C20 (or 0x0F4C20) is unknown color: approx Deep Fir. HEX triplet: 0F, 4C and 20. RGB value is (15,76,32). Sum of RGB (Red+Green+Blue) = 15+76+32=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C20 is #F0B3DF. Grayscale: #343434. Windows color (decimal): -15774688 or 2116623. OLE color: 2116623.

HSL color Cylindrical-coordinate representation of color #0F4C20: hue angle of 136.72º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C20 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB157632-
CMYK0.8000.580.70
HSL136.72º67.03%17.84%-
HSV(B)136.72º80.26%29.8%-
XYZ3.045.372.24-
YUV52.74116.29101.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 76 (30.08% from 255) = 61.79%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=12.20%
G=61.79%
B=26.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576320.8000.580.70136.7267.0317.84
HexF4C205003A46894312
Octal171144012007210621110322
Binary1111100110010000010100000111010100011010001001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,32); }

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

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

 a { background-color: rgb(15,76,32); }

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

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

 span { border-color: rgb(15,76,32); }

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