#0F451D

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

Shades of Deep Fir #0F451D

Tints of Deep Fir #0F451D

Color information

#0F451D (or 0x0F451D) is unknown color: approx Deep Fir. HEX triplet: 0F, 45 and 1D. RGB value is (15,69,29). Sum of RGB (Red+Green+Blue) = 15+69+29=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #0F451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F451D is #F0BAE2. Grayscale: #303030. Windows color (decimal): -15776483 or 1918223. OLE color: 1918223.

HSL color Cylindrical-coordinate representation of color #0F451D: hue angle of 135.56º 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 #0F451D is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB156929-
CMYK0.7800.580.73
HSL135.56º64.29%16.47%-
HSV(B)135.56º78.26%27.06%-
XYZ2.554.451.89-
YUV48.29117.11104.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=13.27%
G=61.06%
B=25.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569290.7800.580.73135.5664.2916.47
HexF451D4E03A49884010
Octal171053511607211121010020
Binary111110001011110110011100111010100100110001000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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