Shades of Cardin Green #193B29
Tints of Cardin Green #193B29
RGB
CMYK
RGB Variations
Color information
#193B29 (or 0x193B29) is known color: Cardin Green. HEX triplet: 19, 3B and 29. RGB value is (25,59,41). Sum of RGB (Red+Green+Blue) = 25+59+41=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #193B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B29 is #E6C4D6. Grayscale: #2E2E2E. Windows color (decimal): -15123671 or 2702105. OLE color: 2702105.
HSL color Cylindrical-coordinate representation of color #193B29: hue angle of 148.24º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B29 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 41 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.77 |
| HSL | 148.24º | 0.4% | 0.16% | - |
| HSV(B) | 148.24º | 0.58% | 0.23% | - |
| XYZ | 2.37 | 3.49 | 2.65 | - |
| YUV | 46.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 41 | 0.58 | 0 | 0.31 | 0.77 | 148.24 | 0.4 | 0.16 |
| Hex | 19 | 3B | 29 | 3A | 0 | 1F | 4D | 94 | 28 | 10 |
| Octal | 31 | 73 | 51 | 72 | 0 | 37 | 115 | 224 | 50 | 20 |
| Binary | 11001 | 111011 | 101001 | 111010 | 0 | 11111 | 1001101 | 10010100 | 101000 | 10000 |
Color Harmonies of #193B29
Complementary color
Monochromatic Colors of #193B29
Black with #193B29
Text Example
Text Example
White with #193B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B29; }
p { color: rgb(25,59,41); }
H1.HeaderClassName
{
color: #193B29;
}
.AnyTagClassName
{
color: #193B29;
}
</style>
background-color css
<style>
a { background-color: #193B29; }
a { background-color: rgb(25,59,41); }
div.DivClassName
{
background-color: #193B29;
}
.BgClassName
{
background-color: #193B29;
}
</style>
border-color css
<style>
span { border-color: #193B29; }
span { border-color: rgb(25,59,41); }
td.TdClassName
{
border-color: #193B29;
}
.TagClassName
{
border-color: #193B29;
}
</style>