Shades of Deep Fir #062D12
Tints of Deep Fir #062D12
RGB
CMYK
RGB Variations
Color information
#062D12 (or 0x062D12) is known color: Deep Fir. HEX triplet: 06, 2D and 12. RGB value is (6,45,18). Sum of RGB (Red+Green+Blue) = 6+45+18=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 45 (17.97% from 255 or 65.22% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 45 - color contains mainly: green. Hex color #062D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062D12 is #F9D2ED. Grayscale: #1E1E1E. Windows color (decimal): -16372462 or 1191174. OLE color: 1191174.
HSL color Cylindrical-coordinate representation of color #062D12: hue angle of 138.46º degrees, saturation: 0.76, 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 #062D12 is Cyan = 0.87, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 45 | 18 | - |
| CMYK | 0.87 | 0 | 0.6 | 0.82 |
| HSL | 138.46º | 0.76% | 0.1% | - |
| HSV(B) | 138.46º | 0.87% | 0.18% | - |
| XYZ | 1.12 | 1.96 | 0.89 | - |
| YUV | 30.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 18 | 0.87 | 0 | 0.6 | 0.82 | 138.46 | 0.76 | 0.1 |
| Hex | 6 | 2D | 12 | 57 | 0 | 3C | 52 | 8A | 4C | A |
| Octal | 6 | 55 | 22 | 127 | 0 | 74 | 122 | 212 | 114 | 12 |
| Binary | 110 | 101101 | 10010 | 1010111 | 0 | 111100 | 1010010 | 10001010 | 1001100 | 1010 |
Color Harmonies of #062D12
Complementary color
Monochromatic Colors of #062D12
Black with #062D12
Text Example
Text Example
White with #062D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D12; }
p { color: rgb(6,45,18); }
H1.HeaderClassName
{
color: #062D12;
}
.AnyTagClassName
{
color: #062D12;
}
</style>
background-color css
<style>
a { background-color: #062D12; }
a { background-color: rgb(6,45,18); }
div.DivClassName
{
background-color: #062D12;
}
.BgClassName
{
background-color: #062D12;
}
</style>
border-color css
<style>
span { border-color: #062D12; }
span { border-color: rgb(6,45,18); }
td.TdClassName
{
border-color: #062D12;
}
.TagClassName
{
border-color: #062D12;
}
</style>