Shades of Cardin Green #173123
Tints of Cardin Green #173123
RGB
CMYK
RGB Variations
Color information
#173123 (or 0x173123) is known color: Cardin Green. HEX triplet: 17, 31 and 23. RGB value is (23,49,35). Sum of RGB (Red+Green+Blue) = 23+49+35=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #173123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173123 is #E8CEDC. Grayscale: #272727. Windows color (decimal): -15257309 or 2306327. OLE color: 2306327.
HSL color Cylindrical-coordinate representation of color #173123: hue angle of 147.69º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #173123 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 49 | 35 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.81 |
| HSL | 147.69º | 0.36% | 0.14% | - |
| HSV(B) | 147.69º | 0.53% | 0.19% | - |
| XYZ | 1.76 | 2.5 | 1.98 | - |
| YUV | 39.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 35 | 0.53 | 0 | 0.29 | 0.81 | 147.69 | 0.36 | 0.14 |
| Hex | 17 | 31 | 23 | 35 | 0 | 1D | 51 | 94 | 24 | E |
| Octal | 27 | 61 | 43 | 65 | 0 | 35 | 121 | 224 | 44 | 16 |
| Binary | 10111 | 110001 | 100011 | 110101 | 0 | 11101 | 1010001 | 10010100 | 100100 | 1110 |
Color Harmonies of #173123
Complementary color
Monochromatic Colors of #173123
Black with #173123
Text Example
Text Example
White with #173123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173123; }
p { color: rgb(23,49,35); }
H1.HeaderClassName
{
color: #173123;
}
.AnyTagClassName
{
color: #173123;
}
</style>
background-color css
<style>
a { background-color: #173123; }
a { background-color: rgb(23,49,35); }
div.DivClassName
{
background-color: #173123;
}
.BgClassName
{
background-color: #173123;
}
</style>
border-color css
<style>
span { border-color: #173123; }
span { border-color: rgb(23,49,35); }
td.TdClassName
{
border-color: #173123;
}
.TagClassName
{
border-color: #173123;
}
</style>