Shades of Cardin Green #172C23
Tints of Cardin Green #172C23
RGB
CMYK
RGB Variations
Color information
#172C23 (or 0x172C23) is known color: Cardin Green. HEX triplet: 17, 2C and 23. RGB value is (23,44,35). Sum of RGB (Red+Green+Blue) = 23+44+35=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #172C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C23 is #E8D3DC. Grayscale: #242424. Windows color (decimal): -15258589 or 2305047. OLE color: 2305047.
HSL color Cylindrical-coordinate representation of color #172C23: hue angle of 154.29º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #172C23 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 44 | 35 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.83 |
| HSL | 154.29º | 0.31% | 0.13% | - |
| HSV(B) | 154.29º | 0.48% | 0.17% | - |
| XYZ | 1.56 | 2.1 | 1.91 | - |
| YUV | 36.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 35 | 0.48 | 0 | 0.20 | 0.83 | 154.29 | 0.31 | 0.13 |
| Hex | 17 | 2C | 23 | 30 | 0 | 14 | 53 | 9A | 1F | D |
| Octal | 27 | 54 | 43 | 60 | 0 | 24 | 123 | 232 | 37 | 15 |
| Binary | 10111 | 101100 | 100011 | 110000 | 0 | 10100 | 1010011 | 10011010 | 11111 | 1101 |
Color Harmonies of #172C23
Complementary color
Monochromatic Colors of #172C23
Black with #172C23
Text Example
Text Example
White with #172C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C23; }
p { color: rgb(23,44,35); }
H1.HeaderClassName
{
color: #172C23;
}
.AnyTagClassName
{
color: #172C23;
}
</style>
background-color css
<style>
a { background-color: #172C23; }
a { background-color: rgb(23,44,35); }
div.DivClassName
{
background-color: #172C23;
}
.BgClassName
{
background-color: #172C23;
}
</style>
border-color css
<style>
span { border-color: #172C23; }
span { border-color: rgb(23,44,35); }
td.TdClassName
{
border-color: #172C23;
}
.TagClassName
{
border-color: #172C23;
}
</style>