Shades of Cardin Green #192920
Tints of Cardin Green #192920
RGB
CMYK
RGB Variations
Color information
#192920 (or 0x192920) is known color: Cardin Green. HEX triplet: 19, 29 and 20. RGB value is (25,41,32). Sum of RGB (Red+Green+Blue) = 25+41+32=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #192920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192920 is #E6D6DF. Grayscale: #232323. Windows color (decimal): -15128288 or 2107673. OLE color: 2107673.
HSL color Cylindrical-coordinate representation of color #192920: hue angle of 146.25º 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 #192920 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 32 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.84 |
| HSL | 146.25º | 0.24% | 0.13% | - |
| HSV(B) | 146.25º | 0.39% | 0.16% | - |
| XYZ | 1.45 | 1.9 | 1.66 | - |
| YUV | 35.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 32 | 0.39 | 0 | 0.22 | 0.84 | 146.25 | 0.24 | 0.13 |
| Hex | 19 | 29 | 20 | 27 | 0 | 16 | 54 | 92 | 18 | D |
| Octal | 31 | 51 | 40 | 47 | 0 | 26 | 124 | 222 | 30 | 15 |
| Binary | 11001 | 101001 | 100000 | 100111 | 0 | 10110 | 1010100 | 10010010 | 11000 | 1101 |
Color Harmonies of #192920
Complementary color
Monochromatic Colors of #192920
Black with #192920
Text Example
Text Example
White with #192920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192920; }
p { color: rgb(25,41,32); }
H1.HeaderClassName
{
color: #192920;
}
.AnyTagClassName
{
color: #192920;
}
</style>
background-color css
<style>
a { background-color: #192920; }
a { background-color: rgb(25,41,32); }
div.DivClassName
{
background-color: #192920;
}
.BgClassName
{
background-color: #192920;
}
</style>
border-color css
<style>
span { border-color: #192920; }
span { border-color: rgb(25,41,32); }
td.TdClassName
{
border-color: #192920;
}
.TagClassName
{
border-color: #192920;
}
</style>