Shades of Cardin Green #19372C
Tints of Cardin Green #19372C
RGB
CMYK
RGB Variations
Color information
#19372C (or 0x19372C) is known color: Cardin Green. HEX triplet: 19, 37 and 2C. RGB value is (25,55,44). Sum of RGB (Red+Green+Blue) = 25+55+44=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #19372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19372C is #E6C8D3. Grayscale: #2C2C2C. Windows color (decimal): -15124692 or 2897689. OLE color: 2897689.
HSL color Cylindrical-coordinate representation of color #19372C: hue angle of 158º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19372C is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 44 | - |
| CMYK | 0.55 | 0 | 0.2 | 0.78 |
| HSL | 158º | 0.38% | 0.16% | - |
| HSV(B) | 158º | 0.55% | 0.22% | - |
| XYZ | 2.22 | 3.12 | 2.87 | - |
| YUV | 44.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 44 | 0.55 | 0 | 0.2 | 0.78 | 158 | 0.38 | 0.16 |
| Hex | 19 | 37 | 2C | 37 | 0 | 14 | 4E | 9E | 26 | 10 |
| Octal | 31 | 67 | 54 | 67 | 0 | 24 | 116 | 236 | 46 | 20 |
| Binary | 11001 | 110111 | 101100 | 110111 | 0 | 10100 | 1001110 | 10011110 | 100110 | 10000 |
Color Harmonies of #19372C
Complementary color
Monochromatic Colors of #19372C
Black with #19372C
Text Example
Text Example
White with #19372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19372C; }
p { color: rgb(25,55,44); }
H1.HeaderClassName
{
color: #19372C;
}
.AnyTagClassName
{
color: #19372C;
}
</style>
background-color css
<style>
a { background-color: #19372C; }
a { background-color: rgb(25,55,44); }
div.DivClassName
{
background-color: #19372C;
}
.BgClassName
{
background-color: #19372C;
}
</style>
border-color css
<style>
span { border-color: #19372C; }
span { border-color: rgb(25,55,44); }
td.TdClassName
{
border-color: #19372C;
}
.TagClassName
{
border-color: #19372C;
}
</style>