Shades of Dark Green #023329
Tints of Dark Green #023329
RGB
CMYK
RGB Variations
Color information
#023329 (or 0x023329) is known color: Dark Green. HEX triplet: 02, 33 and 29. RGB value is (2,51,41). Sum of RGB (Red+Green+Blue) = 2+51+41=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #023329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023329 is #FDCCD6. Grayscale: #232323. Windows color (decimal): -16633047 or 2700034. OLE color: 2700034.
HSL color Cylindrical-coordinate representation of color #023329: hue angle of 167.76º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023329 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 41 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.8 |
| HSL | 167.76º | 0.92% | 0.1% | - |
| HSV(B) | 167.76º | 0.96% | 0.2% | - |
| XYZ | 1.61 | 2.54 | 2.5 | - |
| YUV | 35.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 41 | 0.96 | 0 | 0.20 | 0.8 | 167.76 | 0.92 | 0.1 |
| Hex | 2 | 33 | 29 | 60 | 0 | 14 | 50 | A8 | 5C | A |
| Octal | 2 | 63 | 51 | 140 | 0 | 24 | 120 | 250 | 134 | 12 |
| Binary | 10 | 110011 | 101001 | 1100000 | 0 | 10100 | 1010000 | 10101000 | 1011100 | 1010 |
Color Harmonies of #023329
Complementary color
Monochromatic Colors of #023329
Black with #023329
Text Example
Text Example
White with #023329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023329; }
p { color: rgb(2,51,41); }
H1.HeaderClassName
{
color: #023329;
}
.AnyTagClassName
{
color: #023329;
}
</style>
background-color css
<style>
a { background-color: #023329; }
a { background-color: rgb(2,51,41); }
div.DivClassName
{
background-color: #023329;
}
.BgClassName
{
background-color: #023329;
}
</style>
border-color css
<style>
span { border-color: #023329; }
span { border-color: rgb(2,51,41); }
td.TdClassName
{
border-color: #023329;
}
.TagClassName
{
border-color: #023329;
}
</style>