Shades of Cardin Green #19342A
Tints of Cardin Green #19342A
RGB
CMYK
RGB Variations
Color information
#19342A (or 0x19342A) is known color: Cardin Green. HEX triplet: 19, 34 and 2A. RGB value is (25,52,42). Sum of RGB (Red+Green+Blue) = 25+52+42=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #19342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19342A is #E6CBD5. Grayscale: #2A2A2A. Windows color (decimal): -15125462 or 2765849. OLE color: 2765849.
HSL color Cylindrical-coordinate representation of color #19342A: hue angle of 157.78º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19342A is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 42 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.80 |
| HSL | 157.78º | 0.35% | 0.15% | - |
| HSV(B) | 157.78º | 0.52% | 0.2% | - |
| XYZ | 2.05 | 2.83 | 2.63 | - |
| YUV | 42.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 42 | 0.52 | 0 | 0.19 | 0.80 | 157.78 | 0.35 | 0.15 |
| Hex | 19 | 34 | 2A | 34 | 0 | 13 | 50 | 9E | 23 | F |
| Octal | 31 | 64 | 52 | 64 | 0 | 23 | 120 | 236 | 43 | 17 |
| Binary | 11001 | 110100 | 101010 | 110100 | 0 | 10011 | 1010000 | 10011110 | 100011 | 1111 |
Color Harmonies of #19342A
Complementary color
Monochromatic Colors of #19342A
Black with #19342A
Text Example
Text Example
White with #19342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19342A; }
p { color: rgb(25,52,42); }
H1.HeaderClassName
{
color: #19342A;
}
.AnyTagClassName
{
color: #19342A;
}
</style>
background-color css
<style>
a { background-color: #19342A; }
a { background-color: rgb(25,52,42); }
div.DivClassName
{
background-color: #19342A;
}
.BgClassName
{
background-color: #19342A;
}
</style>
border-color css
<style>
span { border-color: #19342A; }
span { border-color: rgb(25,52,42); }
td.TdClassName
{
border-color: #19342A;
}
.TagClassName
{
border-color: #19342A;
}
</style>