Shades of Cardin Green #16211D
Tints of Cardin Green #16211D
RGB
CMYK
RGB Variations
Color information
#16211D (or 0x16211D) is known color: Cardin Green. HEX triplet: 16, 21 and 1D. RGB value is (22,33,29). Sum of RGB (Red+Green+Blue) = 22+33+29=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #16211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16211D is #E9DEE2. Grayscale: #1D1D1D. Windows color (decimal): -15326947 or 1909014. OLE color: 1909014.
HSL color Cylindrical-coordinate representation of color #16211D: hue angle of 158.18º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #16211D is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 33 | 29 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.87 |
| HSL | 158.18º | 0.2% | 0.11% | - |
| HSV(B) | 158.18º | 0.33% | 0.13% | - |
| XYZ | 1.1 | 1.35 | 1.36 | - |
| YUV | 29.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 29 | 0.33 | 0 | 0.12 | 0.87 | 158.18 | 0.2 | 0.11 |
| Hex | 16 | 21 | 1D | 21 | 0 | C | 57 | 9E | 14 | B |
| Octal | 26 | 41 | 35 | 41 | 0 | 14 | 127 | 236 | 24 | 13 |
| Binary | 10110 | 100001 | 11101 | 100001 | 0 | 1100 | 1010111 | 10011110 | 10100 | 1011 |
Color Harmonies of #16211D
Complementary color
Monochromatic Colors of #16211D
Black with #16211D
Text Example
Text Example
White with #16211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16211D; }
p { color: rgb(22,33,29); }
H1.HeaderClassName
{
color: #16211D;
}
.AnyTagClassName
{
color: #16211D;
}
</style>
background-color css
<style>
a { background-color: #16211D; }
a { background-color: rgb(22,33,29); }
div.DivClassName
{
background-color: #16211D;
}
.BgClassName
{
background-color: #16211D;
}
</style>
border-color css
<style>
span { border-color: #16211D; }
span { border-color: rgb(22,33,29); }
td.TdClassName
{
border-color: #16211D;
}
.TagClassName
{
border-color: #16211D;
}
</style>