#0F321E

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

Shades of Deep Fir #0F321E

Tints of Deep Fir #0F321E

Color information

#0F321E (or 0x0F321E) is unknown color: approx Deep Fir. HEX triplet: 0F, 32 and 1E. RGB value is (15,50,30). Sum of RGB (Red+Green+Blue) = 15+50+30=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #0F321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F321E is #F0CDE1. Grayscale: #252525. Windows color (decimal): -15781346 or 1978895. OLE color: 1978895.

HSL color Cylindrical-coordinate representation of color #0F321E: hue angle of 145.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F321E is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB155030-
CMYK0.7000.400.80
HSL145.71º53.85%12.75%-
HSV(B)145.71º70%19.61%-
XYZ1.572.481.62-
YUV37.25123.9112.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=15.79%
G=52.63%
B=31.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550300.7000.400.80145.7153.8512.75
HexF321E46028509236d
Octal1762361060501202226615
Binary111111001011110100011001010001010000100100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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