Shades of Cardin Green #16211B
Tints of Cardin Green #16211B
RGB
CMYK
RGB Variations
Color information
#16211B (or 0x16211B) is known color: Cardin Green. HEX triplet: 16, 21 and 1B. RGB value is (22,33,27). Sum of RGB (Red+Green+Blue) = 22+33+27=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #16211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16211B is #E9DEE4. Grayscale: #1D1D1D. Windows color (decimal): -15326949 or 1777942. OLE color: 1777942.
HSL color Cylindrical-coordinate representation of color #16211B: hue angle of 147.27º 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 #16211B is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 33 | 27 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.87 |
| HSL | 147.27º | 0.2% | 0.11% | - |
| HSV(B) | 147.27º | 0.33% | 0.13% | - |
| XYZ | 1.07 | 1.34 | 1.24 | - |
| YUV | 29.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 27 | 0.33 | 0 | 0.18 | 0.87 | 147.27 | 0.2 | 0.11 |
| Hex | 16 | 21 | 1B | 21 | 0 | 12 | 57 | 93 | 14 | B |
| Octal | 26 | 41 | 33 | 41 | 0 | 22 | 127 | 223 | 24 | 13 |
| Binary | 10110 | 100001 | 11011 | 100001 | 0 | 10010 | 1010111 | 10010011 | 10100 | 1011 |
Color Harmonies of #16211B
Complementary color
Monochromatic Colors of #16211B
Black with #16211B
Text Example
Text Example
White with #16211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16211B; }
p { color: rgb(22,33,27); }
H1.HeaderClassName
{
color: #16211B;
}
.AnyTagClassName
{
color: #16211B;
}
</style>
background-color css
<style>
a { background-color: #16211B; }
a { background-color: rgb(22,33,27); }
div.DivClassName
{
background-color: #16211B;
}
.BgClassName
{
background-color: #16211B;
}
</style>
border-color css
<style>
span { border-color: #16211B; }
span { border-color: rgb(22,33,27); }
td.TdClassName
{
border-color: #16211B;
}
.TagClassName
{
border-color: #16211B;
}
</style>