Shades of Dark Green #023A2D
Tints of Dark Green #023A2D
RGB
CMYK
RGB Variations
Color information
#023A2D (or 0x023A2D) is known color: Dark Green. HEX triplet: 02, 3A and 2D. RGB value is (2,58,45). Sum of RGB (Red+Green+Blue) = 2+58+45=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #023A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A2D is #FDC5D2. Grayscale: #272727. Windows color (decimal): -16631251 or 2963970. OLE color: 2963970.
HSL color Cylindrical-coordinate representation of color #023A2D: hue angle of 166.07º 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 #023A2D is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 45 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.77 |
| HSL | 166.07º | 0.93% | 0.12% | - |
| HSV(B) | 166.07º | 0.97% | 0.23% | - |
| XYZ | 2.01 | 3.23 | 3 | - |
| YUV | 39.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 45 | 0.97 | 0 | 0.22 | 0.77 | 166.07 | 0.93 | 0.12 |
| Hex | 2 | 3A | 2D | 61 | 0 | 16 | 4D | A6 | 5D | C |
| Octal | 2 | 72 | 55 | 141 | 0 | 26 | 115 | 246 | 135 | 14 |
| Binary | 10 | 111010 | 101101 | 1100001 | 0 | 10110 | 1001101 | 10100110 | 1011101 | 1100 |
Color Harmonies of #023A2D
Complementary color
Monochromatic Colors of #023A2D
Black with #023A2D
Text Example
Text Example
White with #023A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A2D; }
p { color: rgb(2,58,45); }
H1.HeaderClassName
{
color: #023A2D;
}
.AnyTagClassName
{
color: #023A2D;
}
</style>
background-color css
<style>
a { background-color: #023A2D; }
a { background-color: rgb(2,58,45); }
div.DivClassName
{
background-color: #023A2D;
}
.BgClassName
{
background-color: #023A2D;
}
</style>
border-color css
<style>
span { border-color: #023A2D; }
span { border-color: rgb(2,58,45); }
td.TdClassName
{
border-color: #023A2D;
}
.TagClassName
{
border-color: #023A2D;
}
</style>