Shades of Cardin Green #17382A
Tints of Cardin Green #17382A
RGB
CMYK
RGB Variations
Color information
#17382A (or 0x17382A) is known color: Cardin Green. HEX triplet: 17, 38 and 2A. RGB value is (23,56,42). Sum of RGB (Red+Green+Blue) = 23+56+42=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #17382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17382A is #E8C7D5. Grayscale: #2C2C2C. Windows color (decimal): -15255510 or 2766871. OLE color: 2766871.
HSL color Cylindrical-coordinate representation of color #17382A: hue angle of 154.55º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #17382A is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 42 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.78 |
| HSL | 154.55º | 0.42% | 0.15% | - |
| HSV(B) | 154.55º | 0.59% | 0.22% | - |
| XYZ | 2.19 | 3.18 | 2.69 | - |
| YUV | 44.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 42 | 0.59 | 0 | 0.25 | 0.78 | 154.55 | 0.42 | 0.15 |
| Hex | 17 | 38 | 2A | 3B | 0 | 19 | 4E | 9B | 2A | F |
| Octal | 27 | 70 | 52 | 73 | 0 | 31 | 116 | 233 | 52 | 17 |
| Binary | 10111 | 111000 | 101010 | 111011 | 0 | 11001 | 1001110 | 10011011 | 101010 | 1111 |
Color Harmonies of #17382A
Complementary color
Monochromatic Colors of #17382A
Black with #17382A
Text Example
Text Example
White with #17382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17382A; }
p { color: rgb(23,56,42); }
H1.HeaderClassName
{
color: #17382A;
}
.AnyTagClassName
{
color: #17382A;
}
</style>
background-color css
<style>
a { background-color: #17382A; }
a { background-color: rgb(23,56,42); }
div.DivClassName
{
background-color: #17382A;
}
.BgClassName
{
background-color: #17382A;
}
</style>
border-color css
<style>
span { border-color: #17382A; }
span { border-color: rgb(23,56,42); }
td.TdClassName
{
border-color: #17382A;
}
.TagClassName
{
border-color: #17382A;
}
</style>