Shades of Deep Fir #023B11
Tints of Deep Fir #023B11
RGB
CMYK
RGB Variations
Color information
#023B11 (or 0x023B11) is known color: Deep Fir. HEX triplet: 02, 3B and 11. RGB value is (2,59,17). Sum of RGB (Red+Green+Blue) = 2+59+17=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #023B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B11 is #FDC4EE. Grayscale: #252525. Windows color (decimal): -16631023 or 1129218. OLE color: 1129218.
HSL color Cylindrical-coordinate representation of color #023B11: hue angle of 135.79º 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 #023B11 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 17 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.77 |
| HSL | 135.79º | 0.93% | 0.12% | - |
| HSV(B) | 135.79º | 0.97% | 0.23% | - |
| XYZ | 1.69 | 3.18 | 1.06 | - |
| YUV | 37.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 17 | 0.97 | 0 | 0.71 | 0.77 | 135.79 | 0.93 | 0.12 |
| Hex | 2 | 3B | 11 | 61 | 0 | 47 | 4D | 88 | 5D | C |
| Octal | 2 | 73 | 21 | 141 | 0 | 107 | 115 | 210 | 135 | 14 |
| Binary | 10 | 111011 | 10001 | 1100001 | 0 | 1000111 | 1001101 | 10001000 | 1011101 | 1100 |
Color Harmonies of #023B11
Complementary color
Monochromatic Colors of #023B11
Black with #023B11
Text Example
Text Example
White with #023B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B11; }
p { color: rgb(2,59,17); }
H1.HeaderClassName
{
color: #023B11;
}
.AnyTagClassName
{
color: #023B11;
}
</style>
background-color css
<style>
a { background-color: #023B11; }
a { background-color: rgb(2,59,17); }
div.DivClassName
{
background-color: #023B11;
}
.BgClassName
{
background-color: #023B11;
}
</style>
border-color css
<style>
span { border-color: #023B11; }
span { border-color: rgb(2,59,17); }
td.TdClassName
{
border-color: #023B11;
}
.TagClassName
{
border-color: #023B11;
}
</style>