Shades of Cardin Green #172E21
Tints of Cardin Green #172E21
RGB
CMYK
RGB Variations
Color information
#172E21 (or 0x172E21) is known color: Cardin Green. HEX triplet: 17, 2E and 21. RGB value is (23,46,33). Sum of RGB (Red+Green+Blue) = 23+46+33=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #172E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E21 is #E8D1DE. Grayscale: #252525. Windows color (decimal): -15258079 or 2174487. OLE color: 2174487.
HSL color Cylindrical-coordinate representation of color #172E21: hue angle of 146.09º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #172E21 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 46 | 33 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.82 |
| HSL | 146.09º | 0.33% | 0.14% | - |
| HSV(B) | 146.09º | 0.5% | 0.18% | - |
| XYZ | 1.6 | 2.25 | 1.79 | - |
| YUV | 37.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 33 | 0.50 | 0 | 0.28 | 0.82 | 146.09 | 0.33 | 0.14 |
| Hex | 17 | 2E | 21 | 32 | 0 | 1C | 52 | 92 | 21 | E |
| Octal | 27 | 56 | 41 | 62 | 0 | 34 | 122 | 222 | 41 | 16 |
| Binary | 10111 | 101110 | 100001 | 110010 | 0 | 11100 | 1010010 | 10010010 | 100001 | 1110 |
Color Harmonies of #172E21
Complementary color
Monochromatic Colors of #172E21
Black with #172E21
Text Example
Text Example
White with #172E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E21; }
p { color: rgb(23,46,33); }
H1.HeaderClassName
{
color: #172E21;
}
.AnyTagClassName
{
color: #172E21;
}
</style>
background-color css
<style>
a { background-color: #172E21; }
a { background-color: rgb(23,46,33); }
div.DivClassName
{
background-color: #172E21;
}
.BgClassName
{
background-color: #172E21;
}
</style>
border-color css
<style>
span { border-color: #172E21; }
span { border-color: rgb(23,46,33); }
td.TdClassName
{
border-color: #172E21;
}
.TagClassName
{
border-color: #172E21;
}
</style>