Shades of Dark Green #023B2E
Tints of Dark Green #023B2E
RGB
CMYK
RGB Variations
Color information
#023B2E (or 0x023B2E) is known color: Dark Green. HEX triplet: 02, 3B and 2E. RGB value is (2,59,46). Sum of RGB (Red+Green+Blue) = 2+59+46=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #023B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B2E is #FDC4D1. Grayscale: #282828. Windows color (decimal): -16630994 or 3029762. OLE color: 3029762.
HSL color Cylindrical-coordinate representation of color #023B2E: hue angle of 166.32º 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 #023B2E is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 46 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.77 |
| HSL | 166.32º | 0.93% | 0.12% | - |
| HSV(B) | 166.32º | 0.97% | 0.23% | - |
| XYZ | 2.08 | 3.34 | 3.12 | - |
| YUV | 40.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 46 | 0.97 | 0 | 0.22 | 0.77 | 166.32 | 0.93 | 0.12 |
| Hex | 2 | 3B | 2E | 61 | 0 | 16 | 4D | A6 | 5D | C |
| Octal | 2 | 73 | 56 | 141 | 0 | 26 | 115 | 246 | 135 | 14 |
| Binary | 10 | 111011 | 101110 | 1100001 | 0 | 10110 | 1001101 | 10100110 | 1011101 | 1100 |
Color Harmonies of #023B2E
Complementary color
Monochromatic Colors of #023B2E
Black with #023B2E
Text Example
Text Example
White with #023B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B2E; }
p { color: rgb(2,59,46); }
H1.HeaderClassName
{
color: #023B2E;
}
.AnyTagClassName
{
color: #023B2E;
}
</style>
background-color css
<style>
a { background-color: #023B2E; }
a { background-color: rgb(2,59,46); }
div.DivClassName
{
background-color: #023B2E;
}
.BgClassName
{
background-color: #023B2E;
}
</style>
border-color css
<style>
span { border-color: #023B2E; }
span { border-color: rgb(2,59,46); }
td.TdClassName
{
border-color: #023B2E;
}
.TagClassName
{
border-color: #023B2E;
}
</style>