Shades of Cardin Green #173429
Tints of Cardin Green #173429
RGB
CMYK
RGB Variations
Color information
#173429 (or 0x173429) is known color: Cardin Green. HEX triplet: 17, 34 and 29. RGB value is (23,52,41). Sum of RGB (Red+Green+Blue) = 23+52+41=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #173429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173429 is #E8CBD6. Grayscale: #2A2A2A. Windows color (decimal): -15256535 or 2700311. OLE color: 2700311.
HSL color Cylindrical-coordinate representation of color #173429: hue angle of 157.24º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173429 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 52 | 41 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.80 |
| HSL | 157.24º | 0.39% | 0.15% | - |
| HSV(B) | 157.24º | 0.56% | 0.2% | - |
| XYZ | 1.98 | 2.8 | 2.53 | - |
| YUV | 42.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 41 | 0.56 | 0 | 0.21 | 0.80 | 157.24 | 0.39 | 0.15 |
| Hex | 17 | 34 | 29 | 38 | 0 | 15 | 50 | 9D | 27 | F |
| Octal | 27 | 64 | 51 | 70 | 0 | 25 | 120 | 235 | 47 | 17 |
| Binary | 10111 | 110100 | 101001 | 111000 | 0 | 10101 | 1010000 | 10011101 | 100111 | 1111 |
Color Harmonies of #173429
Complementary color
Monochromatic Colors of #173429
Black with #173429
Text Example
Text Example
White with #173429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173429; }
p { color: rgb(23,52,41); }
H1.HeaderClassName
{
color: #173429;
}
.AnyTagClassName
{
color: #173429;
}
</style>
background-color css
<style>
a { background-color: #173429; }
a { background-color: rgb(23,52,41); }
div.DivClassName
{
background-color: #173429;
}
.BgClassName
{
background-color: #173429;
}
</style>
border-color css
<style>
span { border-color: #173429; }
span { border-color: rgb(23,52,41); }
td.TdClassName
{
border-color: #173429;
}
.TagClassName
{
border-color: #173429;
}
</style>