Shades of Deep Fir #003A0C
Tints of Deep Fir #003A0C
RGB
CMYK
RGB Variations
Color information
#003A0C (or 0x003A0C) is known color: Deep Fir. HEX triplet: 00, 3A and 0C. RGB value is (0,58,12). Sum of RGB (Red+Green+Blue) = 0+58+12=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 58 (23.05% from 255 or 82.86% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 58 - color contains mainly: green. Hex color #003A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A0C is #FFC5F3. Grayscale: #232323. Windows color (decimal): -16762356 or 801280. OLE color: 801280.
HSL color Cylindrical-coordinate representation of color #003A0C: hue angle of 132.41º 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 #003A0C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 58 | 12 | - |
| CMYK | 1 | 0 | 0.79 | 0.77 |
| HSL | 132.41º | 1% | 0.11% | - |
| HSV(B) | 132.41º | 1% | 0.23% | - |
| XYZ | 1.58 | 3.05 | 0.85 | - |
| YUV | 35.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 12 | 1 | 0 | 0.79 | 0.77 | 132.41 | 1 | 0.11 |
| Hex | 0 | 3A | C | 64 | 0 | 4F | 4D | 84 | 64 | B |
| Octal | 0 | 72 | 14 | 144 | 0 | 117 | 115 | 204 | 144 | 13 |
| Binary | 0 | 111010 | 1100 | 1100100 | 0 | 1001111 | 1001101 | 10000100 | 1100100 | 1011 |
Color Harmonies of #003A0C
Complementary color
Monochromatic Colors of #003A0C
Black with #003A0C
Text Example
Text Example
White with #003A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A0C; }
p { color: rgb(0,58,12); }
H1.HeaderClassName
{
color: #003A0C;
}
.AnyTagClassName
{
color: #003A0C;
}
</style>
background-color css
<style>
a { background-color: #003A0C; }
a { background-color: rgb(0,58,12); }
div.DivClassName
{
background-color: #003A0C;
}
.BgClassName
{
background-color: #003A0C;
}
</style>
border-color css
<style>
span { border-color: #003A0C; }
span { border-color: rgb(0,58,12); }
td.TdClassName
{
border-color: #003A0C;
}
.TagClassName
{
border-color: #003A0C;
}
</style>