Shades of Cardin Green #192921
Tints of Cardin Green #192921
RGB
CMYK
RGB Variations
Color information
#192921 (or 0x192921) is known color: Cardin Green. HEX triplet: 19, 29 and 21. RGB value is (25,41,33). Sum of RGB (Red+Green+Blue) = 25+41+33=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #192921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192921 is #E6D6DE. Grayscale: #232323. Windows color (decimal): -15128287 or 2173209. OLE color: 2173209.
HSL color Cylindrical-coordinate representation of color #192921: hue angle of 150º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192921 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 33 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.84 |
| HSL | 150º | 0.24% | 0.13% | - |
| HSV(B) | 150º | 0.39% | 0.16% | - |
| XYZ | 1.47 | 1.9 | 1.73 | - |
| YUV | 35.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 33 | 0.39 | 0 | 0.20 | 0.84 | 150 | 0.24 | 0.13 |
| Hex | 19 | 29 | 21 | 27 | 0 | 14 | 54 | 96 | 18 | D |
| Octal | 31 | 51 | 41 | 47 | 0 | 24 | 124 | 226 | 30 | 15 |
| Binary | 11001 | 101001 | 100001 | 100111 | 0 | 10100 | 1010100 | 10010110 | 11000 | 1101 |
Color Harmonies of #192921
Complementary color
Monochromatic Colors of #192921
Black with #192921
Text Example
Text Example
White with #192921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192921; }
p { color: rgb(25,41,33); }
H1.HeaderClassName
{
color: #192921;
}
.AnyTagClassName
{
color: #192921;
}
</style>
background-color css
<style>
a { background-color: #192921; }
a { background-color: rgb(25,41,33); }
div.DivClassName
{
background-color: #192921;
}
.BgClassName
{
background-color: #192921;
}
</style>
border-color css
<style>
span { border-color: #192921; }
span { border-color: rgb(25,41,33); }
td.TdClassName
{
border-color: #192921;
}
.TagClassName
{
border-color: #192921;
}
</style>