Shades of Cardin Green #17211D
Tints of Cardin Green #17211D
RGB
CMYK
RGB Variations
Color information
#17211D (or 0x17211D) is known color: Cardin Green. HEX triplet: 17, 21 and 1D. RGB value is (23,33,29). Sum of RGB (Red+Green+Blue) = 23+33+29=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #17211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17211D is #E8DEE2. Grayscale: #1D1D1D. Windows color (decimal): -15261411 or 1909015. OLE color: 1909015.
HSL color Cylindrical-coordinate representation of color #17211D: hue angle of 156º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #17211D is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 33 | 29 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.87 |
| HSL | 156º | 0.18% | 0.11% | - |
| HSV(B) | 156º | 0.3% | 0.13% | - |
| XYZ | 1.12 | 1.36 | 1.37 | - |
| YUV | 29.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 29 | 0.30 | 0 | 0.12 | 0.87 | 156 | 0.18 | 0.11 |
| Hex | 17 | 21 | 1D | 1E | 0 | C | 57 | 9C | 12 | B |
| Octal | 27 | 41 | 35 | 36 | 0 | 14 | 127 | 234 | 22 | 13 |
| Binary | 10111 | 100001 | 11101 | 11110 | 0 | 1100 | 1010111 | 10011100 | 10010 | 1011 |
Color Harmonies of #17211D
Complementary color
Monochromatic Colors of #17211D
Black with #17211D
Text Example
Text Example
White with #17211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17211D; }
p { color: rgb(23,33,29); }
H1.HeaderClassName
{
color: #17211D;
}
.AnyTagClassName
{
color: #17211D;
}
</style>
background-color css
<style>
a { background-color: #17211D; }
a { background-color: rgb(23,33,29); }
div.DivClassName
{
background-color: #17211D;
}
.BgClassName
{
background-color: #17211D;
}
</style>
border-color css
<style>
span { border-color: #17211D; }
span { border-color: rgb(23,33,29); }
td.TdClassName
{
border-color: #17211D;
}
.TagClassName
{
border-color: #17211D;
}
</style>