Shades of Deep Fir #05290F
Tints of Deep Fir #05290F
RGB
CMYK
RGB Variations
Color information
#05290F (or 0x05290F) is known color: Deep Fir. HEX triplet: 05, 29 and 0F. RGB value is (5,41,15). Sum of RGB (Red+Green+Blue) = 5+41+15=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 41 (16.41% from 255 or 67.21% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 41 - color contains mainly: green. Hex color #05290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05290F is #FAD6F0. Grayscale: #1B1B1B. Windows color (decimal): -16439025 or 993541. OLE color: 993541.
HSL color Cylindrical-coordinate representation of color #05290F: hue angle of 136.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05290F is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 15 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.84 |
| HSL | 136.67º | 0.78% | 0.09% | - |
| HSV(B) | 136.67º | 0.88% | 0.16% | - |
| XYZ | 0.94 | 1.65 | 0.72 | - |
| YUV | 27.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 15 | 0.88 | 0 | 0.63 | 0.84 | 136.67 | 0.78 | 0.09 |
| Hex | 5 | 29 | F | 58 | 0 | 3F | 54 | 89 | 4E | 9 |
| Octal | 5 | 51 | 17 | 130 | 0 | 77 | 124 | 211 | 116 | 11 |
| Binary | 101 | 101001 | 1111 | 1011000 | 0 | 111111 | 1010100 | 10001001 | 1001110 | 1001 |
Color Harmonies of #05290F
Complementary color
Monochromatic Colors of #05290F
Black with #05290F
Text Example
Text Example
White with #05290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05290F; }
p { color: rgb(5,41,15); }
H1.HeaderClassName
{
color: #05290F;
}
.AnyTagClassName
{
color: #05290F;
}
</style>
background-color css
<style>
a { background-color: #05290F; }
a { background-color: rgb(5,41,15); }
div.DivClassName
{
background-color: #05290F;
}
.BgClassName
{
background-color: #05290F;
}
</style>
border-color css
<style>
span { border-color: #05290F; }
span { border-color: rgb(5,41,15); }
td.TdClassName
{
border-color: #05290F;
}
.TagClassName
{
border-color: #05290F;
}
</style>