#0F451A

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

Shades of Deep Fir #0F451A

Tints of Deep Fir #0F451A

Color information

#0F451A (or 0x0F451A) is unknown color: approx Deep Fir. HEX triplet: 0F, 45 and 1A. RGB value is (15,69,26). Sum of RGB (Red+Green+Blue) = 15+69+26=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #0F451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F451A is #F0BAE5. Grayscale: #303030. Windows color (decimal): -15776486 or 1721615. OLE color: 1721615.

HSL color Cylindrical-coordinate representation of color #0F451A: hue angle of 132.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F451A is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB156926-
CMYK0.7800.620.73
HSL132.22º64.29%16.47%-
HSV(B)132.22º78.26%27.06%-
XYZ2.514.431.7-
YUV47.95115.61104.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=13.64%
G=62.73%
B=23.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569260.7800.620.73132.2264.2916.47
HexF451A4E03E49844010
Octal171053211607611120410020
Binary111110001011101010011100111110100100110000100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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