Shades of Dark Green #023B2B
Tints of Dark Green #023B2B
RGB
CMYK
RGB Variations
Color information
#023B2B (or 0x023B2B) is known color: Dark Green. HEX triplet: 02, 3B and 2B. RGB value is (2,59,43). Sum of RGB (Red+Green+Blue) = 2+59+43=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #023B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B2B is #FDC4D4. Grayscale: #282828. Windows color (decimal): -16630997 or 2833154. OLE color: 2833154.
HSL color Cylindrical-coordinate representation of color #023B2B: hue angle of 163.16º 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 #023B2B is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 43 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.77 |
| HSL | 163.16º | 0.93% | 0.12% | - |
| HSV(B) | 163.16º | 0.97% | 0.23% | - |
| XYZ | 2.03 | 3.32 | 2.82 | - |
| YUV | 40.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 43 | 0.97 | 0 | 0.27 | 0.77 | 163.16 | 0.93 | 0.12 |
| Hex | 2 | 3B | 2B | 61 | 0 | 1B | 4D | A3 | 5D | C |
| Octal | 2 | 73 | 53 | 141 | 0 | 33 | 115 | 243 | 135 | 14 |
| Binary | 10 | 111011 | 101011 | 1100001 | 0 | 11011 | 1001101 | 10100011 | 1011101 | 1100 |
Color Harmonies of #023B2B
Complementary color
Monochromatic Colors of #023B2B
Black with #023B2B
Text Example
Text Example
White with #023B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B2B; }
p { color: rgb(2,59,43); }
H1.HeaderClassName
{
color: #023B2B;
}
.AnyTagClassName
{
color: #023B2B;
}
</style>
background-color css
<style>
a { background-color: #023B2B; }
a { background-color: rgb(2,59,43); }
div.DivClassName
{
background-color: #023B2B;
}
.BgClassName
{
background-color: #023B2B;
}
</style>
border-color css
<style>
span { border-color: #023B2B; }
span { border-color: rgb(2,59,43); }
td.TdClassName
{
border-color: #023B2B;
}
.TagClassName
{
border-color: #023B2B;
}
</style>