Shades of Cardin Green #17392C
Tints of Cardin Green #17392C
RGB
CMYK
RGB Variations
Color information
#17392C (or 0x17392C) is known color: Cardin Green. HEX triplet: 17, 39 and 2C. RGB value is (23,57,44). Sum of RGB (Red+Green+Blue) = 23+57+44=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #17392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17392C is #E8C6D3. Grayscale: #2D2D2D. Windows color (decimal): -15255252 or 2898199. OLE color: 2898199.
HSL color Cylindrical-coordinate representation of color #17392C: hue angle of 157.06º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17392C is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 57 | 44 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.78 |
| HSL | 157.06º | 0.43% | 0.16% | - |
| HSV(B) | 157.06º | 0.6% | 0.22% | - |
| XYZ | 2.27 | 3.29 | 2.9 | - |
| YUV | 45.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 44 | 0.60 | 0 | 0.23 | 0.78 | 157.06 | 0.43 | 0.16 |
| Hex | 17 | 39 | 2C | 3C | 0 | 17 | 4E | 9D | 2A | 10 |
| Octal | 27 | 71 | 54 | 74 | 0 | 27 | 116 | 235 | 52 | 20 |
| Binary | 10111 | 111001 | 101100 | 111100 | 0 | 10111 | 1001110 | 10011101 | 101010 | 10000 |
Color Harmonies of #17392C
Complementary color
Monochromatic Colors of #17392C
Black with #17392C
Text Example
Text Example
White with #17392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17392C; }
p { color: rgb(23,57,44); }
H1.HeaderClassName
{
color: #17392C;
}
.AnyTagClassName
{
color: #17392C;
}
</style>
background-color css
<style>
a { background-color: #17392C; }
a { background-color: rgb(23,57,44); }
div.DivClassName
{
background-color: #17392C;
}
.BgClassName
{
background-color: #17392C;
}
</style>
border-color css
<style>
span { border-color: #17392C; }
span { border-color: rgb(23,57,44); }
td.TdClassName
{
border-color: #17392C;
}
.TagClassName
{
border-color: #17392C;
}
</style>