Shades of Cardin Green #19352A
Tints of Cardin Green #19352A
RGB
CMYK
RGB Variations
Color information
#19352A (or 0x19352A) is known color: Cardin Green. HEX triplet: 19, 35 and 2A. RGB value is (25,53,42). Sum of RGB (Red+Green+Blue) = 25+53+42=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #19352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19352A is #E6CAD5. Grayscale: #2B2B2B. Windows color (decimal): -15125206 or 2766105. OLE color: 2766105.
HSL color Cylindrical-coordinate representation of color #19352A: hue angle of 156.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #19352A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 42 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.79 |
| HSL | 156.43º | 0.36% | 0.15% | - |
| HSV(B) | 156.43º | 0.53% | 0.21% | - |
| XYZ | 2.09 | 2.92 | 2.64 | - |
| YUV | 43.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 42 | 0.53 | 0 | 0.21 | 0.79 | 156.43 | 0.36 | 0.15 |
| Hex | 19 | 35 | 2A | 35 | 0 | 15 | 4F | 9C | 24 | F |
| Octal | 31 | 65 | 52 | 65 | 0 | 25 | 117 | 234 | 44 | 17 |
| Binary | 11001 | 110101 | 101010 | 110101 | 0 | 10101 | 1001111 | 10011100 | 100100 | 1111 |
Color Harmonies of #19352A
Complementary color
Monochromatic Colors of #19352A
Black with #19352A
Text Example
Text Example
White with #19352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19352A; }
p { color: rgb(25,53,42); }
H1.HeaderClassName
{
color: #19352A;
}
.AnyTagClassName
{
color: #19352A;
}
</style>
background-color css
<style>
a { background-color: #19352A; }
a { background-color: rgb(25,53,42); }
div.DivClassName
{
background-color: #19352A;
}
.BgClassName
{
background-color: #19352A;
}
</style>
border-color css
<style>
span { border-color: #19352A; }
span { border-color: rgb(25,53,42); }
td.TdClassName
{
border-color: #19352A;
}
.TagClassName
{
border-color: #19352A;
}
</style>