Shades of Cardin Green #17221C
Tints of Cardin Green #17221C
RGB
CMYK
RGB Variations
Color information
#17221C (or 0x17221C) is known color: Cardin Green. HEX triplet: 17, 22 and 1C. RGB value is (23,34,28). Sum of RGB (Red+Green+Blue) = 23+34+28=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #17221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17221C is #E8DDE3. Grayscale: #1E1E1E. Windows color (decimal): -15261156 or 1843735. OLE color: 1843735.
HSL color Cylindrical-coordinate representation of color #17221C: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #17221C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 34 | 28 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.87 |
| HSL | 147.27º | 0.19% | 0.11% | - |
| HSV(B) | 147.27º | 0.32% | 0.13% | - |
| XYZ | 1.13 | 1.41 | 1.31 | - |
| YUV | 30.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 28 | 0.32 | 0 | 0.18 | 0.87 | 147.27 | 0.19 | 0.11 |
| Hex | 17 | 22 | 1C | 20 | 0 | 12 | 57 | 93 | 13 | B |
| Octal | 27 | 42 | 34 | 40 | 0 | 22 | 127 | 223 | 23 | 13 |
| Binary | 10111 | 100010 | 11100 | 100000 | 0 | 10010 | 1010111 | 10010011 | 10011 | 1011 |
Color Harmonies of #17221C
Complementary color
Monochromatic Colors of #17221C
Black with #17221C
Text Example
Text Example
White with #17221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17221C; }
p { color: rgb(23,34,28); }
H1.HeaderClassName
{
color: #17221C;
}
.AnyTagClassName
{
color: #17221C;
}
</style>
background-color css
<style>
a { background-color: #17221C; }
a { background-color: rgb(23,34,28); }
div.DivClassName
{
background-color: #17221C;
}
.BgClassName
{
background-color: #17221C;
}
</style>
border-color css
<style>
span { border-color: #17221C; }
span { border-color: rgb(23,34,28); }
td.TdClassName
{
border-color: #17221C;
}
.TagClassName
{
border-color: #17221C;
}
</style>