#0F421E

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

Shades of Deep Fir #0F421E

Tints of Deep Fir #0F421E

Color information

#0F421E (or 0x0F421E) is unknown color: approx Deep Fir. HEX triplet: 0F, 42 and 1E. RGB value is (15,66,30). Sum of RGB (Red+Green+Blue) = 15+66+30=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #0F421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F421E is #F0BDE1. Grayscale: #2E2E2E. Windows color (decimal): -15777250 or 1982991. OLE color: 1982991.

HSL color Cylindrical-coordinate representation of color #0F421E: hue angle of 137.65º 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 #0F421E is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB156630-
CMYK0.7700.550.74
HSL137.65º62.96%15.88%-
HSV(B)137.65º77.27%25.88%-
XYZ2.384.091.89-
YUV46.65118.6105.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 66 (26.17% from 255) = 59.46%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=13.51%
G=59.46%
B=27.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1566300.7700.550.74137.6562.9615.88
HexF421E4D0374A8a3f10
Octal17102361150671122127720
Binary11111000010111101001101011011110010101000101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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