Shades of Deep Fir #003A0A
Tints of Deep Fir #003A0A
RGB
CMYK
RGB Variations
Color information
#003A0A (or 0x003A0A) is known color: Deep Fir. HEX triplet: 00, 3A and 0A. RGB value is (0,58,10). Sum of RGB (Red+Green+Blue) = 0+58+10=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 58 (23.05% from 255 or 85.29% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 58 - color contains mainly: green. Hex color #003A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A0A is #FFC5F5. Grayscale: #232323. Windows color (decimal): -16762358 or 670208. OLE color: 670208.
HSL color Cylindrical-coordinate representation of color #003A0A: hue angle of 130.34º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A0A is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 10 | - |
| CMYK | 1 | 0 | 0.83 | 0.77 |
| HSL | 130.34º | 1% | 0.11% | - |
| HSV(B) | 130.34º | 1% | 0.23% | - |
| XYZ | 1.57 | 3.05 | 0.79 | - |
| YUV | 35.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 10 | 1 | 0 | 0.83 | 0.77 | 130.34 | 1 | 0.11 |
| Hex | 0 | 3A | A | 64 | 0 | 53 | 4D | 82 | 64 | B |
| Octal | 0 | 72 | 12 | 144 | 0 | 123 | 115 | 202 | 144 | 13 |
| Binary | 0 | 111010 | 1010 | 1100100 | 0 | 1010011 | 1001101 | 10000010 | 1100100 | 1011 |
Color Harmonies of #003A0A
Complementary color
Monochromatic Colors of #003A0A
Black with #003A0A
Text Example
Text Example
White with #003A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A0A; }
p { color: rgb(0,58,10); }
H1.HeaderClassName
{
color: #003A0A;
}
.AnyTagClassName
{
color: #003A0A;
}
</style>
background-color css
<style>
a { background-color: #003A0A; }
a { background-color: rgb(0,58,10); }
div.DivClassName
{
background-color: #003A0A;
}
.BgClassName
{
background-color: #003A0A;
}
</style>
border-color css
<style>
span { border-color: #003A0A; }
span { border-color: rgb(0,58,10); }
td.TdClassName
{
border-color: #003A0A;
}
.TagClassName
{
border-color: #003A0A;
}
</style>