Shades of Cardin Green #162922
Tints of Cardin Green #162922
RGB
CMYK
RGB Variations
Color information
#162922 (or 0x162922) is known color: Cardin Green. HEX triplet: 16, 29 and 22. RGB value is (22,41,34). Sum of RGB (Red+Green+Blue) = 22+41+34=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #162922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162922 is #E9D6DD. Grayscale: #222222. Windows color (decimal): -15324894 or 2238742. OLE color: 2238742.
HSL color Cylindrical-coordinate representation of color #162922: hue angle of 157.89º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #162922 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 41 | 34 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.84 |
| HSL | 157.89º | 0.3% | 0.12% | - |
| HSV(B) | 157.89º | 0.46% | 0.16% | - |
| XYZ | 1.41 | 1.87 | 1.8 | - |
| YUV | 34.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 34 | 0.46 | 0 | 0.17 | 0.84 | 157.89 | 0.3 | 0.12 |
| Hex | 16 | 29 | 22 | 2E | 0 | 11 | 54 | 9E | 1E | C |
| Octal | 26 | 51 | 42 | 56 | 0 | 21 | 124 | 236 | 36 | 14 |
| Binary | 10110 | 101001 | 100010 | 101110 | 0 | 10001 | 1010100 | 10011110 | 11110 | 1100 |
Color Harmonies of #162922
Complementary color
Monochromatic Colors of #162922
Black with #162922
Text Example
Text Example
White with #162922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162922; }
p { color: rgb(22,41,34); }
H1.HeaderClassName
{
color: #162922;
}
.AnyTagClassName
{
color: #162922;
}
</style>
background-color css
<style>
a { background-color: #162922; }
a { background-color: rgb(22,41,34); }
div.DivClassName
{
background-color: #162922;
}
.BgClassName
{
background-color: #162922;
}
</style>
border-color css
<style>
span { border-color: #162922; }
span { border-color: rgb(22,41,34); }
td.TdClassName
{
border-color: #162922;
}
.TagClassName
{
border-color: #162922;
}
</style>