Shades of Dark Green #023B2A
Tints of Dark Green #023B2A
RGB
CMYK
RGB Variations
Color information
#023B2A (or 0x023B2A) is known color: Dark Green. HEX triplet: 02, 3B and 2A. RGB value is (2,59,42). Sum of RGB (Red+Green+Blue) = 2+59+42=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #023B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B2A is #FDC4D5. Grayscale: #282828. Windows color (decimal): -16630998 or 2767618. OLE color: 2767618.
HSL color Cylindrical-coordinate representation of color #023B2A: hue angle of 162.11º 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 #023B2A is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 42 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.77 |
| HSL | 162.11º | 0.93% | 0.12% | - |
| HSV(B) | 162.11º | 0.97% | 0.23% | - |
| XYZ | 2.01 | 3.31 | 2.72 | - |
| YUV | 40.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 42 | 0.97 | 0 | 0.29 | 0.77 | 162.11 | 0.93 | 0.12 |
| Hex | 2 | 3B | 2A | 61 | 0 | 1D | 4D | A2 | 5D | C |
| Octal | 2 | 73 | 52 | 141 | 0 | 35 | 115 | 242 | 135 | 14 |
| Binary | 10 | 111011 | 101010 | 1100001 | 0 | 11101 | 1001101 | 10100010 | 1011101 | 1100 |
Color Harmonies of #023B2A
Complementary color
Monochromatic Colors of #023B2A
Black with #023B2A
Text Example
Text Example
White with #023B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B2A; }
p { color: rgb(2,59,42); }
H1.HeaderClassName
{
color: #023B2A;
}
.AnyTagClassName
{
color: #023B2A;
}
</style>
background-color css
<style>
a { background-color: #023B2A; }
a { background-color: rgb(2,59,42); }
div.DivClassName
{
background-color: #023B2A;
}
.BgClassName
{
background-color: #023B2A;
}
</style>
border-color css
<style>
span { border-color: #023B2A; }
span { border-color: rgb(2,59,42); }
td.TdClassName
{
border-color: #023B2A;
}
.TagClassName
{
border-color: #023B2A;
}
</style>