#0F3018

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

Shades of Deep Fir #0F3018

Tints of Deep Fir #0F3018

Color information

#0F3018 (or 0x0F3018) is unknown color: approx Deep Fir. HEX triplet: 0F, 30 and 18. RGB value is (15,48,24). Sum of RGB (Red+Green+Blue) = 15+48+24=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3018 is #F0CFE7. Grayscale: #232323. Windows color (decimal): -15781864 or 1585167. OLE color: 1585167.

HSL color Cylindrical-coordinate representation of color #0F3018: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3018 is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB154824-
CMYK0.6900.50.81
HSL136.36º52.38%12.35%-
HSV(B)136.36º68.75%18.82%-
XYZ1.422.281.23-
YUV35.4121.57113.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.24%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=17.24%
G=55.17%
B=27.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548240.6900.50.81136.3652.3812.35
HexF301845032518834c
Octal1760301050621212106414
Binary111111000011000100010101100101010001100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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