#0F4018

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

Shades of Deep Fir #0F4018

Tints of Deep Fir #0F4018

Color information

#0F4018 (or 0x0F4018) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 18. RGB value is (15,64,24). Sum of RGB (Red+Green+Blue) = 15+64+24=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4018 is #F0BFE7. Grayscale: #2C2C2C. Windows color (decimal): -15777768 or 1589263. OLE color: 1589263.

HSL color Cylindrical-coordinate representation of color #0F4018: hue angle of 131.02º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4018 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB156424-
CMYK0.7700.620.75
HSL131.02º62.03%15.49%-
HSV(B)131.02º76.56%25.1%-
XYZ2.23.831.49-
YUV44.79116.27106.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.56%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=14.56%
G=62.14%
B=23.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564240.7700.620.75131.0262.0315.49
HexF40184D03E4B833ef
Octal17100301150761132037617
Binary1111100000011000100110101111101001011100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,24); }

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

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

 a { background-color: rgb(15,64,24); }

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

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

 span { border-color: rgb(15,64,24); }

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