Shades of Cardin Green #19211E
Tints of Cardin Green #19211E
RGB
CMYK
RGB Variations
Color information
#19211E (or 0x19211E) is known color: Cardin Green. HEX triplet: 19, 21 and 1E. RGB value is (25,33,30). Sum of RGB (Red+Green+Blue) = 25+33+30=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #19211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211E is #E6DEE1. Grayscale: #1E1E1E. Windows color (decimal): -15130338 or 1974553. OLE color: 1974553.
HSL color Cylindrical-coordinate representation of color #19211E: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #19211E is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 30 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.87 |
| HSL | 157.5º | 0.14% | 0.11% | - |
| HSV(B) | 157.5º | 0.24% | 0.13% | - |
| XYZ | 1.18 | 1.39 | 1.43 | - |
| YUV | 30.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 30 | 0.24 | 0 | 0.09 | 0.87 | 157.5 | 0.14 | 0.11 |
| Hex | 19 | 21 | 1E | 18 | 0 | 9 | 57 | 9E | E | B |
| Octal | 31 | 41 | 36 | 30 | 0 | 11 | 127 | 236 | 16 | 13 |
| Binary | 11001 | 100001 | 11110 | 11000 | 0 | 1001 | 1010111 | 10011110 | 1110 | 1011 |
Color Harmonies of #19211E
Complementary color
Monochromatic Colors of #19211E
Black with #19211E
Text Example
Text Example
White with #19211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19211E; }
p { color: rgb(25,33,30); }
H1.HeaderClassName
{
color: #19211E;
}
.AnyTagClassName
{
color: #19211E;
}
</style>
background-color css
<style>
a { background-color: #19211E; }
a { background-color: rgb(25,33,30); }
div.DivClassName
{
background-color: #19211E;
}
.BgClassName
{
background-color: #19211E;
}
</style>
border-color css
<style>
span { border-color: #19211E; }
span { border-color: rgb(25,33,30); }
td.TdClassName
{
border-color: #19211E;
}
.TagClassName
{
border-color: #19211E;
}
</style>