#0F471A

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

Shades of Deep Fir #0F471A

Tints of Deep Fir #0F471A

Color information

#0F471A (or 0x0F471A) is unknown color: approx Deep Fir. HEX triplet: 0F, 47 and 1A. RGB value is (15,71,26). Sum of RGB (Red+Green+Blue) = 15+71+26=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #0F471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F471A is #F0B8E5. Grayscale: #313131. Windows color (decimal): -15775974 or 1722127. OLE color: 1722127.

HSL color Cylindrical-coordinate representation of color #0F471A: hue angle of 131.79º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F471A is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB157126-
CMYK0.7900.630.72
HSL131.79º65.12%16.86%-
HSV(B)131.79º78.87%27.84%-
XYZ2.644.681.74-
YUV49.13114.95103.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 71 (28.12% from 255) = 63.39%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=13.39%
G=63.39%
B=23.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571260.7900.630.72131.7965.1216.86
HexF471A4F03F48844111
Octal171073211707711020410121
Binary111110001111101010011110111111100100010000100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,26); }

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

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

 a { background-color: rgb(15,71,26); }

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

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

 span { border-color: rgb(15,71,26); }

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