Shades of Cardin Green #192A20
Tints of Cardin Green #192A20
RGB
CMYK
RGB Variations
Color information
#192A20 (or 0x192A20) is known color: Cardin Green. HEX triplet: 19, 2A and 20. RGB value is (25,42,32). Sum of RGB (Red+Green+Blue) = 25+42+32=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #192A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A20 is #E6D5DF. Grayscale: #232323. Windows color (decimal): -15128032 or 2107929. OLE color: 2107929.
HSL color Cylindrical-coordinate representation of color #192A20: hue angle of 144.71º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #192A20 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 32 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.84 |
| HSL | 144.71º | 0.25% | 0.13% | - |
| HSV(B) | 144.71º | 0.4% | 0.16% | - |
| XYZ | 1.49 | 1.97 | 1.67 | - |
| YUV | 35.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 32 | 0.40 | 0 | 0.24 | 0.84 | 144.71 | 0.25 | 0.13 |
| Hex | 19 | 2A | 20 | 28 | 0 | 18 | 54 | 91 | 19 | D |
| Octal | 31 | 52 | 40 | 50 | 0 | 30 | 124 | 221 | 31 | 15 |
| Binary | 11001 | 101010 | 100000 | 101000 | 0 | 11000 | 1010100 | 10010001 | 11001 | 1101 |
Color Harmonies of #192A20
Complementary color
Monochromatic Colors of #192A20
Black with #192A20
Text Example
Text Example
White with #192A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A20; }
p { color: rgb(25,42,32); }
H1.HeaderClassName
{
color: #192A20;
}
.AnyTagClassName
{
color: #192A20;
}
</style>
background-color css
<style>
a { background-color: #192A20; }
a { background-color: rgb(25,42,32); }
div.DivClassName
{
background-color: #192A20;
}
.BgClassName
{
background-color: #192A20;
}
</style>
border-color css
<style>
span { border-color: #192A20; }
span { border-color: rgb(25,42,32); }
td.TdClassName
{
border-color: #192A20;
}
.TagClassName
{
border-color: #192A20;
}
</style>