Shades of Deep Fir #023C0E
Tints of Deep Fir #023C0E
RGB
CMYK
RGB Variations
Color information
#023C0E (or 0x023C0E) is known color: Deep Fir. HEX triplet: 02, 3C and 0E. RGB value is (2,60,14). Sum of RGB (Red+Green+Blue) = 2+60+14=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 60 (23.83% from 255 or 78.95% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 60 - color contains mainly: green. Hex color #023C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C0E is #FDC3F1. Grayscale: #252525. Windows color (decimal): -16630770 or 932866. OLE color: 932866.
HSL color Cylindrical-coordinate representation of color #023C0E: hue angle of 132.41º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C0E is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 14 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.76 |
| HSL | 132.41º | 0.94% | 0.12% | - |
| HSV(B) | 132.41º | 0.97% | 0.24% | - |
| XYZ | 1.72 | 3.28 | 0.96 | - |
| YUV | 37.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 14 | 0.97 | 0 | 0.77 | 0.76 | 132.41 | 0.94 | 0.12 |
| Hex | 2 | 3C | E | 61 | 0 | 4D | 4C | 84 | 5E | C |
| Octal | 2 | 74 | 16 | 141 | 0 | 115 | 114 | 204 | 136 | 14 |
| Binary | 10 | 111100 | 1110 | 1100001 | 0 | 1001101 | 1001100 | 10000100 | 1011110 | 1100 |
Color Harmonies of #023C0E
Complementary color
Monochromatic Colors of #023C0E
Black with #023C0E
Text Example
Text Example
White with #023C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C0E; }
p { color: rgb(2,60,14); }
H1.HeaderClassName
{
color: #023C0E;
}
.AnyTagClassName
{
color: #023C0E;
}
</style>
background-color css
<style>
a { background-color: #023C0E; }
a { background-color: rgb(2,60,14); }
div.DivClassName
{
background-color: #023C0E;
}
.BgClassName
{
background-color: #023C0E;
}
</style>
border-color css
<style>
span { border-color: #023C0E; }
span { border-color: rgb(2,60,14); }
td.TdClassName
{
border-color: #023C0E;
}
.TagClassName
{
border-color: #023C0E;
}
</style>