#0F4219

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

Shades of Deep Fir #0F4219

Tints of Deep Fir #0F4219

Color information

#0F4219 (or 0x0F4219) is unknown color: approx Deep Fir. HEX triplet: 0F, 42 and 19. RGB value is (15,66,25). Sum of RGB (Red+Green+Blue) = 15+66+25=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4219 is #F0BDE6. Grayscale: #2E2E2E. Windows color (decimal): -15777255 or 1655311. OLE color: 1655311.

HSL color Cylindrical-coordinate representation of color #0F4219: hue angle of 131.76º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4219 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB156625-
CMYK0.7700.620.74
HSL131.76º62.96%15.88%-
HSV(B)131.76º77.27%25.88%-
XYZ2.324.071.58-
YUV46.08116.1105.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=14.15%
G=62.26%
B=23.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1566250.7700.620.74131.7662.9615.88
HexF42194D03E4A843f10
Octal17102311150761122047720
Binary11111000010110011001101011111010010101000010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,25); }

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

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

 a { background-color: rgb(15,66,25); }

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

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

 span { border-color: rgb(15,66,25); }

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