Shades of Deep Fir #003C0A
Tints of Deep Fir #003C0A
RGB
CMYK
RGB Variations
Color information
#003C0A (or 0x003C0A) is known color: Deep Fir. HEX triplet: 00, 3C and 0A. RGB value is (0,60,10). Sum of RGB (Red+Green+Blue) = 0+60+10=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 60 (23.83% from 255 or 85.71% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 60 - color contains mainly: green. Hex color #003C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C0A is #FFC3F5. Grayscale: #242424. Windows color (decimal): -16761846 or 670720. OLE color: 670720.
HSL color Cylindrical-coordinate representation of color #003C0A: hue angle of 130º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C0A is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 10 | - |
| CMYK | 1 | 0 | 0.83 | 0.76 |
| HSL | 130º | 1% | 0.12% | - |
| HSV(B) | 130º | 1% | 0.24% | - |
| XYZ | 1.67 | 3.25 | 0.83 | - |
| YUV | 36.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 10 | 1 | 0 | 0.83 | 0.76 | 130 | 1 | 0.12 |
| Hex | 0 | 3C | A | 64 | 0 | 53 | 4C | 82 | 64 | C |
| Octal | 0 | 74 | 12 | 144 | 0 | 123 | 114 | 202 | 144 | 14 |
| Binary | 0 | 111100 | 1010 | 1100100 | 0 | 1010011 | 1001100 | 10000010 | 1100100 | 1100 |
Color Harmonies of #003C0A
Complementary color
Monochromatic Colors of #003C0A
Black with #003C0A
Text Example
Text Example
White with #003C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C0A; }
p { color: rgb(0,60,10); }
H1.HeaderClassName
{
color: #003C0A;
}
.AnyTagClassName
{
color: #003C0A;
}
</style>
background-color css
<style>
a { background-color: #003C0A; }
a { background-color: rgb(0,60,10); }
div.DivClassName
{
background-color: #003C0A;
}
.BgClassName
{
background-color: #003C0A;
}
</style>
border-color css
<style>
span { border-color: #003C0A; }
span { border-color: rgb(0,60,10); }
td.TdClassName
{
border-color: #003C0A;
}
.TagClassName
{
border-color: #003C0A;
}
</style>