Shades of Cardin Green #19382A
Tints of Cardin Green #19382A
RGB
CMYK
RGB Variations
Color information
#19382A (or 0x19382A) is known color: Cardin Green. HEX triplet: 19, 38 and 2A. RGB value is (25,56,42). Sum of RGB (Red+Green+Blue) = 25+56+42=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #19382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19382A is #E6C7D5. Grayscale: #2D2D2D. Windows color (decimal): -15124438 or 2766873. OLE color: 2766873.
HSL color Cylindrical-coordinate representation of color #19382A: hue angle of 152.9º 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 #19382A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 42 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.78 |
| HSL | 152.9º | 0.38% | 0.16% | - |
| HSV(B) | 152.9º | 0.55% | 0.22% | - |
| XYZ | 2.23 | 3.2 | 2.69 | - |
| YUV | 45.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 42 | 0.55 | 0 | 0.25 | 0.78 | 152.9 | 0.38 | 0.16 |
| Hex | 19 | 38 | 2A | 37 | 0 | 19 | 4E | 99 | 26 | 10 |
| Octal | 31 | 70 | 52 | 67 | 0 | 31 | 116 | 231 | 46 | 20 |
| Binary | 11001 | 111000 | 101010 | 110111 | 0 | 11001 | 1001110 | 10011001 | 100110 | 10000 |
Color Harmonies of #19382A
Complementary color
Monochromatic Colors of #19382A
Black with #19382A
Text Example
Text Example
White with #19382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19382A; }
p { color: rgb(25,56,42); }
H1.HeaderClassName
{
color: #19382A;
}
.AnyTagClassName
{
color: #19382A;
}
</style>
background-color css
<style>
a { background-color: #19382A; }
a { background-color: rgb(25,56,42); }
div.DivClassName
{
background-color: #19382A;
}
.BgClassName
{
background-color: #19382A;
}
</style>
border-color css
<style>
span { border-color: #19382A; }
span { border-color: rgb(25,56,42); }
td.TdClassName
{
border-color: #19382A;
}
.TagClassName
{
border-color: #19382A;
}
</style>