Shades of Deep Fir #023B0E
Tints of Deep Fir #023B0E
RGB
CMYK
RGB Variations
Color information
#023B0E (or 0x023B0E) is known color: Deep Fir. HEX triplet: 02, 3B and 0E. RGB value is (2,59,14). Sum of RGB (Red+Green+Blue) = 2+59+14=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 59 (23.44% from 255 or 78.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 59 - color contains mainly: green. Hex color #023B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B0E is #FDC4F1. Grayscale: #242424. Windows color (decimal): -16631026 or 932610. OLE color: 932610.
HSL color Cylindrical-coordinate representation of color #023B0E: hue angle of 132.63º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B0E is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 14 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.77 |
| HSL | 132.63º | 0.93% | 0.12% | - |
| HSV(B) | 132.63º | 0.97% | 0.23% | - |
| XYZ | 1.67 | 3.17 | 0.94 | - |
| YUV | 36.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 14 | 0.97 | 0 | 0.76 | 0.77 | 132.63 | 0.93 | 0.12 |
| Hex | 2 | 3B | E | 61 | 0 | 4C | 4D | 85 | 5D | C |
| Octal | 2 | 73 | 16 | 141 | 0 | 114 | 115 | 205 | 135 | 14 |
| Binary | 10 | 111011 | 1110 | 1100001 | 0 | 1001100 | 1001101 | 10000101 | 1011101 | 1100 |
Color Harmonies of #023B0E
Complementary color
Monochromatic Colors of #023B0E
Black with #023B0E
Text Example
Text Example
White with #023B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B0E; }
p { color: rgb(2,59,14); }
H1.HeaderClassName
{
color: #023B0E;
}
.AnyTagClassName
{
color: #023B0E;
}
</style>
background-color css
<style>
a { background-color: #023B0E; }
a { background-color: rgb(2,59,14); }
div.DivClassName
{
background-color: #023B0E;
}
.BgClassName
{
background-color: #023B0E;
}
</style>
border-color css
<style>
span { border-color: #023B0E; }
span { border-color: rgb(2,59,14); }
td.TdClassName
{
border-color: #023B0E;
}
.TagClassName
{
border-color: #023B0E;
}
</style>