Shades of Cardin Green #19201D
Tints of Cardin Green #19201D
RGB
CMYK
RGB Variations
Color information
#19201D (or 0x19201D) is known color: Cardin Green. HEX triplet: 19, 20 and 1D. RGB value is (25,32,29). Sum of RGB (Red+Green+Blue) = 25+32+29=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #19201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19201D is #E6DFE2. Grayscale: #1D1D1D. Windows color (decimal): -15130595 or 1908761. OLE color: 1908761.
HSL color Cylindrical-coordinate representation of color #19201D: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #19201D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 29 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.87 |
| HSL | 154.29º | 0.12% | 0.11% | - |
| HSV(B) | 154.29º | 0.22% | 0.13% | - |
| XYZ | 1.14 | 1.33 | 1.36 | - |
| YUV | 29.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 29 | 0.22 | 0 | 0.09 | 0.87 | 154.29 | 0.12 | 0.11 |
| Hex | 19 | 20 | 1D | 16 | 0 | 9 | 57 | 9A | C | B |
| Octal | 31 | 40 | 35 | 26 | 0 | 11 | 127 | 232 | 14 | 13 |
| Binary | 11001 | 100000 | 11101 | 10110 | 0 | 1001 | 1010111 | 10011010 | 1100 | 1011 |
Color Harmonies of #19201D
Complementary color
Monochromatic Colors of #19201D
Black with #19201D
Text Example
Text Example
White with #19201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19201D; }
p { color: rgb(25,32,29); }
H1.HeaderClassName
{
color: #19201D;
}
.AnyTagClassName
{
color: #19201D;
}
</style>
background-color css
<style>
a { background-color: #19201D; }
a { background-color: rgb(25,32,29); }
div.DivClassName
{
background-color: #19201D;
}
.BgClassName
{
background-color: #19201D;
}
</style>
border-color css
<style>
span { border-color: #19201D; }
span { border-color: rgb(25,32,29); }
td.TdClassName
{
border-color: #19201D;
}
.TagClassName
{
border-color: #19201D;
}
</style>