#0F311E

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

Shades of Deep Fir #0F311E

Tints of Deep Fir #0F311E

Color information

#0F311E (or 0x0F311E) is unknown color: approx Deep Fir. HEX triplet: 0F, 31 and 1E. RGB value is (15,49,30). Sum of RGB (Red+Green+Blue) = 15+49+30=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #0F311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F311E is #F0CEE1. Grayscale: #242424. Windows color (decimal): -15781602 or 1978639. OLE color: 1978639.

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

Color convert

RGB154930-
CMYK0.6900.390.81
HSL146.47º53.12%12.55%-
HSV(B)146.47º69.39%19.22%-
XYZ1.532.391.61-
YUV36.67124.24112.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=15.96%
G=52.13%
B=31.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549300.6900.390.81146.4753.1212.55
HexF311E45027519235d
Octal1761361050471212226515
Binary111111000111110100010101001111010001100100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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