Shades of Deep Fir #023A0E
Tints of Deep Fir #023A0E
RGB
CMYK
RGB Variations
Color information
#023A0E (or 0x023A0E) is known color: Deep Fir. HEX triplet: 02, 3A and 0E. RGB value is (2,58,14). Sum of RGB (Red+Green+Blue) = 2+58+14=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #023A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A0E is #FDC5F1. Grayscale: #242424. Windows color (decimal): -16631282 or 932354. OLE color: 932354.
HSL color Cylindrical-coordinate representation of color #023A0E: hue angle of 132.86º 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 #023A0E is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 14 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.77 |
| HSL | 132.86º | 0.93% | 0.12% | - |
| HSV(B) | 132.86º | 0.97% | 0.23% | - |
| XYZ | 1.62 | 3.07 | 0.92 | - |
| YUV | 36.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 14 | 0.97 | 0 | 0.76 | 0.77 | 132.86 | 0.93 | 0.12 |
| Hex | 2 | 3A | E | 61 | 0 | 4C | 4D | 85 | 5D | C |
| Octal | 2 | 72 | 16 | 141 | 0 | 114 | 115 | 205 | 135 | 14 |
| Binary | 10 | 111010 | 1110 | 1100001 | 0 | 1001100 | 1001101 | 10000101 | 1011101 | 1100 |
Color Harmonies of #023A0E
Complementary color
Monochromatic Colors of #023A0E
Black with #023A0E
Text Example
Text Example
White with #023A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A0E; }
p { color: rgb(2,58,14); }
H1.HeaderClassName
{
color: #023A0E;
}
.AnyTagClassName
{
color: #023A0E;
}
</style>
background-color css
<style>
a { background-color: #023A0E; }
a { background-color: rgb(2,58,14); }
div.DivClassName
{
background-color: #023A0E;
}
.BgClassName
{
background-color: #023A0E;
}
</style>
border-color css
<style>
span { border-color: #023A0E; }
span { border-color: rgb(2,58,14); }
td.TdClassName
{
border-color: #023A0E;
}
.TagClassName
{
border-color: #023A0E;
}
</style>