Shades of Cardin Green #193829
Tints of Cardin Green #193829
RGB
CMYK
RGB Variations
Color information
#193829 (or 0x193829) is known color: Cardin Green. HEX triplet: 19, 38 and 29. RGB value is (25,56,41). Sum of RGB (Red+Green+Blue) = 25+56+41=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #193829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193829 is #E6C7D6. Grayscale: #2D2D2D. Windows color (decimal): -15124439 or 2701337. OLE color: 2701337.
HSL color Cylindrical-coordinate representation of color #193829: hue angle of 150.97º 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 #193829 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 41 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.78 |
| HSL | 150.97º | 0.38% | 0.16% | - |
| HSV(B) | 150.97º | 0.55% | 0.22% | - |
| XYZ | 2.22 | 3.2 | 2.6 | - |
| YUV | 45.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 41 | 0.55 | 0 | 0.27 | 0.78 | 150.97 | 0.38 | 0.16 |
| Hex | 19 | 38 | 29 | 37 | 0 | 1B | 4E | 97 | 26 | 10 |
| Octal | 31 | 70 | 51 | 67 | 0 | 33 | 116 | 227 | 46 | 20 |
| Binary | 11001 | 111000 | 101001 | 110111 | 0 | 11011 | 1001110 | 10010111 | 100110 | 10000 |
Color Harmonies of #193829
Complementary color
Monochromatic Colors of #193829
Black with #193829
Text Example
Text Example
White with #193829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193829; }
p { color: rgb(25,56,41); }
H1.HeaderClassName
{
color: #193829;
}
.AnyTagClassName
{
color: #193829;
}
</style>
background-color css
<style>
a { background-color: #193829; }
a { background-color: rgb(25,56,41); }
div.DivClassName
{
background-color: #193829;
}
.BgClassName
{
background-color: #193829;
}
</style>
border-color css
<style>
span { border-color: #193829; }
span { border-color: rgb(25,56,41); }
td.TdClassName
{
border-color: #193829;
}
.TagClassName
{
border-color: #193829;
}
</style>