Shades of Cardin Green #173D29
Tints of Cardin Green #173D29
RGB
CMYK
RGB Variations
Color information
#173D29 (or 0x173D29) is known color: Cardin Green. HEX triplet: 17, 3D and 29. RGB value is (23,61,41). Sum of RGB (Red+Green+Blue) = 23+61+41=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #173D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D29 is #E8C2D6. Grayscale: #2F2F2F. Windows color (decimal): -15254231 or 2702615. OLE color: 2702615.
HSL color Cylindrical-coordinate representation of color #173D29: hue angle of 148.42º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173D29 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 61 | 41 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.76 |
| HSL | 148.42º | 0.45% | 0.16% | - |
| HSV(B) | 148.42º | 0.62% | 0.24% | - |
| XYZ | 2.42 | 3.68 | 2.68 | - |
| YUV | 47.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 41 | 0.62 | 0 | 0.33 | 0.76 | 148.42 | 0.45 | 0.16 |
| Hex | 17 | 3D | 29 | 3E | 0 | 21 | 4C | 94 | 2D | 10 |
| Octal | 27 | 75 | 51 | 76 | 0 | 41 | 114 | 224 | 55 | 20 |
| Binary | 10111 | 111101 | 101001 | 111110 | 0 | 100001 | 1001100 | 10010100 | 101101 | 10000 |
Color Harmonies of #173D29
Complementary color
Monochromatic Colors of #173D29
Black with #173D29
Text Example
Text Example
White with #173D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D29; }
p { color: rgb(23,61,41); }
H1.HeaderClassName
{
color: #173D29;
}
.AnyTagClassName
{
color: #173D29;
}
</style>
background-color css
<style>
a { background-color: #173D29; }
a { background-color: rgb(23,61,41); }
div.DivClassName
{
background-color: #173D29;
}
.BgClassName
{
background-color: #173D29;
}
</style>
border-color css
<style>
span { border-color: #173D29; }
span { border-color: rgb(23,61,41); }
td.TdClassName
{
border-color: #173D29;
}
.TagClassName
{
border-color: #173D29;
}
</style>