Shades of Dark Green #023422
Tints of Dark Green #023422
RGB
CMYK
RGB Variations
Color information
#023422 (or 0x023422) is known color: Dark Green. HEX triplet: 02, 34 and 22. RGB value is (2,52,34). Sum of RGB (Red+Green+Blue) = 2+52+34=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #023422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023422 is #FDCBDD. Grayscale: #232323. Windows color (decimal): -16632798 or 2241538. OLE color: 2241538.
HSL color Cylindrical-coordinate representation of color #023422: hue angle of 158.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023422 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 34 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.80 |
| HSL | 158.4º | 0.93% | 0.11% | - |
| HSV(B) | 158.4º | 0.96% | 0.2% | - |
| XYZ | 1.54 | 2.58 | 1.93 | - |
| YUV | 35 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 34 | 0.96 | 0 | 0.35 | 0.80 | 158.4 | 0.93 | 0.11 |
| Hex | 2 | 34 | 22 | 60 | 0 | 23 | 50 | 9E | 5D | B |
| Octal | 2 | 64 | 42 | 140 | 0 | 43 | 120 | 236 | 135 | 13 |
| Binary | 10 | 110100 | 100010 | 1100000 | 0 | 100011 | 1010000 | 10011110 | 1011101 | 1011 |
Color Harmonies of #023422
Complementary color
Monochromatic Colors of #023422
Black with #023422
Text Example
Text Example
White with #023422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023422; }
p { color: rgb(2,52,34); }
H1.HeaderClassName
{
color: #023422;
}
.AnyTagClassName
{
color: #023422;
}
</style>
background-color css
<style>
a { background-color: #023422; }
a { background-color: rgb(2,52,34); }
div.DivClassName
{
background-color: #023422;
}
.BgClassName
{
background-color: #023422;
}
</style>
border-color css
<style>
span { border-color: #023422; }
span { border-color: rgb(2,52,34); }
td.TdClassName
{
border-color: #023422;
}
.TagClassName
{
border-color: #023422;
}
</style>