Shades of Dark Green #023228
Tints of Dark Green #023228
RGB
CMYK
RGB Variations
Color information
#023228 (or 0x023228) is known color: Dark Green. HEX triplet: 02, 32 and 28. RGB value is (2,50,40). Sum of RGB (Red+Green+Blue) = 2+50+40=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #023228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023228 is #FDCDD7. Grayscale: #222222. Windows color (decimal): -16633304 or 2634242. OLE color: 2634242.
HSL color Cylindrical-coordinate representation of color #023228: hue angle of 167.5º 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 #023228 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 40 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.80 |
| HSL | 167.5º | 0.92% | 0.1% | - |
| HSV(B) | 167.5º | 0.96% | 0.2% | - |
| XYZ | 1.55 | 2.45 | 2.4 | - |
| YUV | 34.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 40 | 0.96 | 0 | 0.20 | 0.80 | 167.5 | 0.92 | 0.1 |
| Hex | 2 | 32 | 28 | 60 | 0 | 14 | 50 | A8 | 5C | A |
| Octal | 2 | 62 | 50 | 140 | 0 | 24 | 120 | 250 | 134 | 12 |
| Binary | 10 | 110010 | 101000 | 1100000 | 0 | 10100 | 1010000 | 10101000 | 1011100 | 1010 |
Color Harmonies of #023228
Complementary color
Monochromatic Colors of #023228
Black with #023228
Text Example
Text Example
White with #023228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023228; }
p { color: rgb(2,50,40); }
H1.HeaderClassName
{
color: #023228;
}
.AnyTagClassName
{
color: #023228;
}
</style>
background-color css
<style>
a { background-color: #023228; }
a { background-color: rgb(2,50,40); }
div.DivClassName
{
background-color: #023228;
}
.BgClassName
{
background-color: #023228;
}
</style>
border-color css
<style>
span { border-color: #023228; }
span { border-color: rgb(2,50,40); }
td.TdClassName
{
border-color: #023228;
}
.TagClassName
{
border-color: #023228;
}
</style>