Shades of Deep Fir #023E11
Tints of Deep Fir #023E11
RGB
CMYK
RGB Variations
Color information
#023E11 (or 0x023E11) is known color: Deep Fir. HEX triplet: 02, 3E and 11. RGB value is (2,62,17). Sum of RGB (Red+Green+Blue) = 2+62+17=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 62 (24.61% from 255 or 76.54% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 62 - color contains mainly: green. Hex color #023E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023E11 is #FDC1EE. Grayscale: #272727. Windows color (decimal): -16630255 or 1129986. OLE color: 1129986.
HSL color Cylindrical-coordinate representation of color #023E11: hue angle of 135º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E11 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 17 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.76 |
| HSL | 135º | 0.94% | 0.13% | - |
| HSV(B) | 135º | 0.97% | 0.24% | - |
| XYZ | 1.85 | 3.5 | 1.11 | - |
| YUV | 38.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 17 | 0.97 | 0 | 0.73 | 0.76 | 135 | 0.94 | 0.13 |
| Hex | 2 | 3E | 11 | 61 | 0 | 49 | 4C | 87 | 5E | D |
| Octal | 2 | 76 | 21 | 141 | 0 | 111 | 114 | 207 | 136 | 15 |
| Binary | 10 | 111110 | 10001 | 1100001 | 0 | 1001001 | 1001100 | 10000111 | 1011110 | 1101 |
Color Harmonies of #023E11
Complementary color
Monochromatic Colors of #023E11
Black with #023E11
Text Example
Text Example
White with #023E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E11; }
p { color: rgb(2,62,17); }
H1.HeaderClassName
{
color: #023E11;
}
.AnyTagClassName
{
color: #023E11;
}
</style>
background-color css
<style>
a { background-color: #023E11; }
a { background-color: rgb(2,62,17); }
div.DivClassName
{
background-color: #023E11;
}
.BgClassName
{
background-color: #023E11;
}
</style>
border-color css
<style>
span { border-color: #023E11; }
span { border-color: rgb(2,62,17); }
td.TdClassName
{
border-color: #023E11;
}
.TagClassName
{
border-color: #023E11;
}
</style>