Shades of Cardin Green #172821
Tints of Cardin Green #172821
RGB
CMYK
RGB Variations
Color information
#172821 (or 0x172821) is known color: Cardin Green. HEX triplet: 17, 28 and 21. RGB value is (23,40,33). Sum of RGB (Red+Green+Blue) = 23+40+33=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #172821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172821 is #E8D7DE. Grayscale: #222222. Windows color (decimal): -15259615 or 2172951. OLE color: 2172951.
HSL color Cylindrical-coordinate representation of color #172821: hue angle of 155.29º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #172821 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 40 | 33 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.84 |
| HSL | 155.29º | 0.27% | 0.12% | - |
| HSV(B) | 155.29º | 0.43% | 0.16% | - |
| XYZ | 1.39 | 1.81 | 1.72 | - |
| YUV | 34.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 33 | 0.43 | 0 | 0.17 | 0.84 | 155.29 | 0.27 | 0.12 |
| Hex | 17 | 28 | 21 | 2B | 0 | 11 | 54 | 9B | 1B | C |
| Octal | 27 | 50 | 41 | 53 | 0 | 21 | 124 | 233 | 33 | 14 |
| Binary | 10111 | 101000 | 100001 | 101011 | 0 | 10001 | 1010100 | 10011011 | 11011 | 1100 |
Color Harmonies of #172821
Complementary color
Monochromatic Colors of #172821
Black with #172821
Text Example
Text Example
White with #172821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172821; }
p { color: rgb(23,40,33); }
H1.HeaderClassName
{
color: #172821;
}
.AnyTagClassName
{
color: #172821;
}
</style>
background-color css
<style>
a { background-color: #172821; }
a { background-color: rgb(23,40,33); }
div.DivClassName
{
background-color: #172821;
}
.BgClassName
{
background-color: #172821;
}
</style>
border-color css
<style>
span { border-color: #172821; }
span { border-color: rgb(23,40,33); }
td.TdClassName
{
border-color: #172821;
}
.TagClassName
{
border-color: #172821;
}
</style>