Shades of Deep Fir #05240C
Tints of Deep Fir #05240C
RGB
CMYK
RGB Variations
Color information
#05240C (or 0x05240C) is known color: Deep Fir. HEX triplet: 05, 24 and 0C. RGB value is (5,36,12). Sum of RGB (Red+Green+Blue) = 5+36+12=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #05240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05240C is #FADBF3. Grayscale: #181818. Windows color (decimal): -16440308 or 795653. OLE color: 795653.
HSL color Cylindrical-coordinate representation of color #05240C: hue angle of 133.55º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05240C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 36 | 12 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.86 |
| HSL | 133.55º | 0.76% | 0.08% | - |
| HSV(B) | 133.55º | 0.86% | 0.14% | - |
| XYZ | 0.76 | 1.32 | 0.56 | - |
| YUV | 24 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 12 | 0.86 | 0 | 0.67 | 0.86 | 133.55 | 0.76 | 0.08 |
| Hex | 5 | 24 | C | 56 | 0 | 43 | 56 | 86 | 4C | 8 |
| Octal | 5 | 44 | 14 | 126 | 0 | 103 | 126 | 206 | 114 | 10 |
| Binary | 101 | 100100 | 1100 | 1010110 | 0 | 1000011 | 1010110 | 10000110 | 1001100 | 1000 |
Color Harmonies of #05240C
Complementary color
Monochromatic Colors of #05240C
Black with #05240C
Text Example
Text Example
White with #05240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05240C; }
p { color: rgb(5,36,12); }
H1.HeaderClassName
{
color: #05240C;
}
.AnyTagClassName
{
color: #05240C;
}
</style>
background-color css
<style>
a { background-color: #05240C; }
a { background-color: rgb(5,36,12); }
div.DivClassName
{
background-color: #05240C;
}
.BgClassName
{
background-color: #05240C;
}
</style>
border-color css
<style>
span { border-color: #05240C; }
span { border-color: rgb(5,36,12); }
td.TdClassName
{
border-color: #05240C;
}
.TagClassName
{
border-color: #05240C;
}
</style>