Shades of Deep Fir #052B09
Tints of Deep Fir #052B09
RGB
CMYK
RGB Variations
Color information
#052B09 (or 0x052B09) is known color: Deep Fir. HEX triplet: 05, 2B and 09. RGB value is (5,43,9). Sum of RGB (Red+Green+Blue) = 5+43+9=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 43 (17.19% from 255 or 75.44% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 43 - color contains mainly: green. Hex color #052B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B09 is #FAD4F6. Grayscale: #1B1B1B. Windows color (decimal): -16438519 or 600837. OLE color: 600837.
HSL color Cylindrical-coordinate representation of color #052B09: hue angle of 126.32º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052B09 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 43 | 9 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.83 |
| HSL | 126.32º | 0.79% | 0.09% | - |
| HSV(B) | 126.32º | 0.88% | 0.17% | - |
| XYZ | 0.98 | 1.78 | 0.55 | - |
| YUV | 27.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 9 | 0.88 | 0 | 0.79 | 0.83 | 126.32 | 0.79 | 0.09 |
| Hex | 5 | 2B | 9 | 58 | 0 | 4F | 53 | 7E | 4F | 9 |
| Octal | 5 | 53 | 11 | 130 | 0 | 117 | 123 | 176 | 117 | 11 |
| Binary | 101 | 101011 | 1001 | 1011000 | 0 | 1001111 | 1010011 | 1111110 | 1001111 | 1001 |
Color Harmonies of #052B09
Complementary color
Monochromatic Colors of #052B09
Black with #052B09
Text Example
Text Example
White with #052B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B09; }
p { color: rgb(5,43,9); }
H1.HeaderClassName
{
color: #052B09;
}
.AnyTagClassName
{
color: #052B09;
}
</style>
background-color css
<style>
a { background-color: #052B09; }
a { background-color: rgb(5,43,9); }
div.DivClassName
{
background-color: #052B09;
}
.BgClassName
{
background-color: #052B09;
}
</style>
border-color css
<style>
span { border-color: #052B09; }
span { border-color: rgb(5,43,9); }
td.TdClassName
{
border-color: #052B09;
}
.TagClassName
{
border-color: #052B09;
}
</style>