Shades of Cardin Green #17382B
Tints of Cardin Green #17382B
RGB
CMYK
RGB Variations
Color information
#17382B (or 0x17382B) is known color: Cardin Green. HEX triplet: 17, 38 and 2B. RGB value is (23,56,43). Sum of RGB (Red+Green+Blue) = 23+56+43=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #17382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17382B is #E8C7D4. Grayscale: #2C2C2C. Windows color (decimal): -15255509 or 2832407. OLE color: 2832407.
HSL color Cylindrical-coordinate representation of color #17382B: hue angle of 156.36º 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 #17382B is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 43 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.78 |
| HSL | 156.36º | 0.42% | 0.15% | - |
| HSV(B) | 156.36º | 0.59% | 0.22% | - |
| XYZ | 2.2 | 3.18 | 2.78 | - |
| YUV | 44.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 43 | 0.59 | 0 | 0.23 | 0.78 | 156.36 | 0.42 | 0.15 |
| Hex | 17 | 38 | 2B | 3B | 0 | 17 | 4E | 9C | 2A | F |
| Octal | 27 | 70 | 53 | 73 | 0 | 27 | 116 | 234 | 52 | 17 |
| Binary | 10111 | 111000 | 101011 | 111011 | 0 | 10111 | 1001110 | 10011100 | 101010 | 1111 |
Color Harmonies of #17382B
Complementary color
Monochromatic Colors of #17382B
Black with #17382B
Text Example
Text Example
White with #17382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17382B; }
p { color: rgb(23,56,43); }
H1.HeaderClassName
{
color: #17382B;
}
.AnyTagClassName
{
color: #17382B;
}
</style>
background-color css
<style>
a { background-color: #17382B; }
a { background-color: rgb(23,56,43); }
div.DivClassName
{
background-color: #17382B;
}
.BgClassName
{
background-color: #17382B;
}
</style>
border-color css
<style>
span { border-color: #17382B; }
span { border-color: rgb(23,56,43); }
td.TdClassName
{
border-color: #17382B;
}
.TagClassName
{
border-color: #17382B;
}
</style>