Shades of Deep Fir #002E0A
Tints of Deep Fir #002E0A
RGB
CMYK
RGB Variations
Color information
#002E0A (or 0x002E0A) is known color: Deep Fir. HEX triplet: 00, 2E and 0A. RGB value is (0,46,10). Sum of RGB (Red+Green+Blue) = 0+46+10=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 46 (18.36% from 255 or 82.14% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 46 - color contains mainly: green. Hex color #002E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002E0A is #FFD1F5. Grayscale: #1C1C1C. Windows color (decimal): -16765430 or 667136. OLE color: 667136.
HSL color Cylindrical-coordinate representation of color #002E0A: hue angle of 133.04º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E0A is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 46 | 10 | - |
| CMYK | 1 | 0 | 0.78 | 0.82 |
| HSL | 133.04º | 1% | 0.09% | - |
| HSV(B) | 133.04º | 1% | 0.18% | - |
| XYZ | 1.03 | 1.98 | 0.61 | - |
| YUV | 28.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 10 | 1 | 0 | 0.78 | 0.82 | 133.04 | 1 | 0.09 |
| Hex | 0 | 2E | A | 64 | 0 | 4E | 52 | 85 | 64 | 9 |
| Octal | 0 | 56 | 12 | 144 | 0 | 116 | 122 | 205 | 144 | 11 |
| Binary | 0 | 101110 | 1010 | 1100100 | 0 | 1001110 | 1010010 | 10000101 | 1100100 | 1001 |
Color Harmonies of #002E0A
Complementary color
Monochromatic Colors of #002E0A
Black with #002E0A
Text Example
Text Example
White with #002E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E0A; }
p { color: rgb(0,46,10); }
H1.HeaderClassName
{
color: #002E0A;
}
.AnyTagClassName
{
color: #002E0A;
}
</style>
background-color css
<style>
a { background-color: #002E0A; }
a { background-color: rgb(0,46,10); }
div.DivClassName
{
background-color: #002E0A;
}
.BgClassName
{
background-color: #002E0A;
}
</style>
border-color css
<style>
span { border-color: #002E0A; }
span { border-color: rgb(0,46,10); }
td.TdClassName
{
border-color: #002E0A;
}
.TagClassName
{
border-color: #002E0A;
}
</style>