Shades of Dark Green #023A31
Tints of Dark Green #023A31
RGB
CMYK
RGB Variations
Color information
#023A31 (or 0x023A31) is known color: Dark Green. HEX triplet: 02, 3A and 31. RGB value is (2,58,49). Sum of RGB (Red+Green+Blue) = 2+58+49=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #023A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A31 is #FDC5CE. Grayscale: #282828. Windows color (decimal): -16631247 or 3226114. OLE color: 3226114.
HSL color Cylindrical-coordinate representation of color #023A31: hue angle of 170.36º 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 #023A31 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 49 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.77 |
| HSL | 170.36º | 0.93% | 0.12% | - |
| HSV(B) | 170.36º | 0.97% | 0.23% | - |
| XYZ | 2.09 | 3.26 | 3.42 | - |
| YUV | 40.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 49 | 0.97 | 0 | 0.16 | 0.77 | 170.36 | 0.93 | 0.12 |
| Hex | 2 | 3A | 31 | 61 | 0 | 10 | 4D | AA | 5D | C |
| Octal | 2 | 72 | 61 | 141 | 0 | 20 | 115 | 252 | 135 | 14 |
| Binary | 10 | 111010 | 110001 | 1100001 | 0 | 10000 | 1001101 | 10101010 | 1011101 | 1100 |
Color Harmonies of #023A31
Complementary color
Monochromatic Colors of #023A31
Black with #023A31
Text Example
Text Example
White with #023A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A31; }
p { color: rgb(2,58,49); }
H1.HeaderClassName
{
color: #023A31;
}
.AnyTagClassName
{
color: #023A31;
}
</style>
background-color css
<style>
a { background-color: #023A31; }
a { background-color: rgb(2,58,49); }
div.DivClassName
{
background-color: #023A31;
}
.BgClassName
{
background-color: #023A31;
}
</style>
border-color css
<style>
span { border-color: #023A31; }
span { border-color: rgb(2,58,49); }
td.TdClassName
{
border-color: #023A31;
}
.TagClassName
{
border-color: #023A31;
}
</style>