Shades of Deep Fir #023A09
Tints of Deep Fir #023A09
RGB
CMYK
RGB Variations
Color information
#023A09 (or 0x023A09) is known color: Deep Fir. HEX triplet: 02, 3A and 09. RGB value is (2,58,9). Sum of RGB (Red+Green+Blue) = 2+58+9=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 58 (23.05% from 255 or 84.06% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 58 - color contains mainly: green. Hex color #023A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A09 is #FDC5F6. Grayscale: #232323. Windows color (decimal): -16631287 or 604674. OLE color: 604674.
HSL color Cylindrical-coordinate representation of color #023A09: hue angle of 127.5º 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 #023A09 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 9 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.77 |
| HSL | 127.5º | 0.93% | 0.12% | - |
| HSV(B) | 127.5º | 0.97% | 0.23% | - |
| XYZ | 1.59 | 3.06 | 0.77 | - |
| YUV | 35.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 9 | 0.97 | 0 | 0.84 | 0.77 | 127.5 | 0.93 | 0.12 |
| Hex | 2 | 3A | 9 | 61 | 0 | 54 | 4D | 80 | 5D | C |
| Octal | 2 | 72 | 11 | 141 | 0 | 124 | 115 | 200 | 135 | 14 |
| Binary | 10 | 111010 | 1001 | 1100001 | 0 | 1010100 | 1001101 | 10000000 | 1011101 | 1100 |
Color Harmonies of #023A09
Complementary color
Monochromatic Colors of #023A09
Black with #023A09
Text Example
Text Example
White with #023A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A09; }
p { color: rgb(2,58,9); }
H1.HeaderClassName
{
color: #023A09;
}
.AnyTagClassName
{
color: #023A09;
}
</style>
background-color css
<style>
a { background-color: #023A09; }
a { background-color: rgb(2,58,9); }
div.DivClassName
{
background-color: #023A09;
}
.BgClassName
{
background-color: #023A09;
}
</style>
border-color css
<style>
span { border-color: #023A09; }
span { border-color: rgb(2,58,9); }
td.TdClassName
{
border-color: #023A09;
}
.TagClassName
{
border-color: #023A09;
}
</style>