Shades of Cardin Green #193428
Tints of Cardin Green #193428
RGB
CMYK
RGB Variations
Color information
#193428 (or 0x193428) is known color: Cardin Green. HEX triplet: 19, 34 and 28. RGB value is (25,52,40). Sum of RGB (Red+Green+Blue) = 25+52+40=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #193428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193428 is #E6CBD7. Grayscale: #2A2A2A. Windows color (decimal): -15125464 or 2634777. OLE color: 2634777.
HSL color Cylindrical-coordinate representation of color #193428: hue angle of 153.33º 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 #193428 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 40 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.80 |
| HSL | 153.33º | 0.35% | 0.15% | - |
| HSV(B) | 153.33º | 0.52% | 0.2% | - |
| XYZ | 2.01 | 2.82 | 2.44 | - |
| YUV | 42.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 40 | 0.52 | 0 | 0.23 | 0.80 | 153.33 | 0.35 | 0.15 |
| Hex | 19 | 34 | 28 | 34 | 0 | 17 | 50 | 99 | 23 | F |
| Octal | 31 | 64 | 50 | 64 | 0 | 27 | 120 | 231 | 43 | 17 |
| Binary | 11001 | 110100 | 101000 | 110100 | 0 | 10111 | 1010000 | 10011001 | 100011 | 1111 |
Color Harmonies of #193428
Complementary color
Monochromatic Colors of #193428
Black with #193428
Text Example
Text Example
White with #193428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193428; }
p { color: rgb(25,52,40); }
H1.HeaderClassName
{
color: #193428;
}
.AnyTagClassName
{
color: #193428;
}
</style>
background-color css
<style>
a { background-color: #193428; }
a { background-color: rgb(25,52,40); }
div.DivClassName
{
background-color: #193428;
}
.BgClassName
{
background-color: #193428;
}
</style>
border-color css
<style>
span { border-color: #193428; }
span { border-color: rgb(25,52,40); }
td.TdClassName
{
border-color: #193428;
}
.TagClassName
{
border-color: #193428;
}
</style>