Shades of Cardin Green #162A1E
Tints of Cardin Green #162A1E
RGB
CMYK
RGB Variations
Color information
#162A1E (or 0x162A1E) is known color: Cardin Green. HEX triplet: 16, 2A and 1E. RGB value is (22,42,30). Sum of RGB (Red+Green+Blue) = 22+42+30=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #162A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162A1E is #E9D5E1. Grayscale: #222222. Windows color (decimal): -15324642 or 1976854. OLE color: 1976854.
HSL color Cylindrical-coordinate representation of color #162A1E: hue angle of 144º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #162A1E is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 42 | 30 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.84 |
| HSL | 144º | 0.31% | 0.13% | - |
| HSV(B) | 144º | 0.48% | 0.16% | - |
| XYZ | 1.39 | 1.92 | 1.53 | - |
| YUV | 34.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 30 | 0.48 | 0 | 0.29 | 0.84 | 144 | 0.31 | 0.13 |
| Hex | 16 | 2A | 1E | 30 | 0 | 1D | 54 | 90 | 1F | D |
| Octal | 26 | 52 | 36 | 60 | 0 | 35 | 124 | 220 | 37 | 15 |
| Binary | 10110 | 101010 | 11110 | 110000 | 0 | 11101 | 1010100 | 10010000 | 11111 | 1101 |
Color Harmonies of #162A1E
Complementary color
Monochromatic Colors of #162A1E
Black with #162A1E
Text Example
Text Example
White with #162A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A1E; }
p { color: rgb(22,42,30); }
H1.HeaderClassName
{
color: #162A1E;
}
.AnyTagClassName
{
color: #162A1E;
}
</style>
background-color css
<style>
a { background-color: #162A1E; }
a { background-color: rgb(22,42,30); }
div.DivClassName
{
background-color: #162A1E;
}
.BgClassName
{
background-color: #162A1E;
}
</style>
border-color css
<style>
span { border-color: #162A1E; }
span { border-color: rgb(22,42,30); }
td.TdClassName
{
border-color: #162A1E;
}
.TagClassName
{
border-color: #162A1E;
}
</style>