Shades of Cardin Green #173B2B
Tints of Cardin Green #173B2B
RGB
CMYK
RGB Variations
Color information
#173B2B (or 0x173B2B) is known color: Cardin Green. HEX triplet: 17, 3B and 2B. RGB value is (23,59,43). Sum of RGB (Red+Green+Blue) = 23+59+43=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #173B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173B2B is #E8C4D4. Grayscale: #2E2E2E. Windows color (decimal): -15254741 or 2833175. OLE color: 2833175.
HSL color Cylindrical-coordinate representation of color #173B2B: hue angle of 153.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #173B2B is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 59 | 43 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.77 |
| HSL | 153.33º | 0.44% | 0.16% | - |
| HSV(B) | 153.33º | 0.61% | 0.23% | - |
| XYZ | 2.35 | 3.48 | 2.83 | - |
| YUV | 46.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 43 | 0.61 | 0 | 0.27 | 0.77 | 153.33 | 0.44 | 0.16 |
| Hex | 17 | 3B | 2B | 3D | 0 | 1B | 4D | 99 | 2C | 10 |
| Octal | 27 | 73 | 53 | 75 | 0 | 33 | 115 | 231 | 54 | 20 |
| Binary | 10111 | 111011 | 101011 | 111101 | 0 | 11011 | 1001101 | 10011001 | 101100 | 10000 |
Color Harmonies of #173B2B
Complementary color
Monochromatic Colors of #173B2B
Black with #173B2B
Text Example
Text Example
White with #173B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173B2B; }
p { color: rgb(23,59,43); }
H1.HeaderClassName
{
color: #173B2B;
}
.AnyTagClassName
{
color: #173B2B;
}
</style>
background-color css
<style>
a { background-color: #173B2B; }
a { background-color: rgb(23,59,43); }
div.DivClassName
{
background-color: #173B2B;
}
.BgClassName
{
background-color: #173B2B;
}
</style>
border-color css
<style>
span { border-color: #173B2B; }
span { border-color: rgb(23,59,43); }
td.TdClassName
{
border-color: #173B2B;
}
.TagClassName
{
border-color: #173B2B;
}
</style>