Shades of Deep Fir #062F13
Tints of Deep Fir #062F13
RGB
CMYK
RGB Variations
Color information
#062F13 (or 0x062F13) is known color: Deep Fir. HEX triplet: 06, 2F and 13. RGB value is (6,47,19). Sum of RGB (Red+Green+Blue) = 6+47+19=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 47 (18.75% from 255 or 65.28% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 47 - color contains mainly: green. Hex color #062F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062F13 is #F9D0EC. Grayscale: #1F1F1F. Windows color (decimal): -16371949 or 1257222. OLE color: 1257222.
HSL color Cylindrical-coordinate representation of color #062F13: hue angle of 139.02º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062F13 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 47 | 19 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.82 |
| HSL | 139.02º | 0.77% | 0.1% | - |
| HSV(B) | 139.02º | 0.87% | 0.18% | - |
| XYZ | 1.21 | 2.12 | 0.96 | - |
| YUV | 31.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 19 | 0.87 | 0 | 0.60 | 0.82 | 139.02 | 0.77 | 0.1 |
| Hex | 6 | 2F | 13 | 57 | 0 | 3C | 52 | 8B | 4D | A |
| Octal | 6 | 57 | 23 | 127 | 0 | 74 | 122 | 213 | 115 | 12 |
| Binary | 110 | 101111 | 10011 | 1010111 | 0 | 111100 | 1010010 | 10001011 | 1001101 | 1010 |
Color Harmonies of #062F13
Complementary color
Monochromatic Colors of #062F13
Black with #062F13
Text Example
Text Example
White with #062F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F13; }
p { color: rgb(6,47,19); }
H1.HeaderClassName
{
color: #062F13;
}
.AnyTagClassName
{
color: #062F13;
}
</style>
background-color css
<style>
a { background-color: #062F13; }
a { background-color: rgb(6,47,19); }
div.DivClassName
{
background-color: #062F13;
}
.BgClassName
{
background-color: #062F13;
}
</style>
border-color css
<style>
span { border-color: #062F13; }
span { border-color: rgb(6,47,19); }
td.TdClassName
{
border-color: #062F13;
}
.TagClassName
{
border-color: #062F13;
}
</style>