Shades of Cardin Green #193928
Tints of Cardin Green #193928
RGB
CMYK
RGB Variations
Color information
#193928 (or 0x193928) is known color: Cardin Green. HEX triplet: 19, 39 and 28. RGB value is (25,57,40). Sum of RGB (Red+Green+Blue) = 25+57+40=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #193928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193928 is #E6C6D7. Grayscale: #2D2D2D. Windows color (decimal): -15124184 or 2636057. OLE color: 2636057.
HSL color Cylindrical-coordinate representation of color #193928: hue angle of 148.12º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193928 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 57 | 40 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.78 |
| HSL | 148.13º | 0.39% | 0.16% | - |
| HSV(B) | 148.13º | 0.56% | 0.22% | - |
| XYZ | 2.25 | 3.29 | 2.52 | - |
| YUV | 45.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 40 | 0.56 | 0 | 0.30 | 0.78 | 148.13 | 0.39 | 0.16 |
| Hex | 19 | 39 | 28 | 38 | 0 | 1E | 4E | 94 | 27 | 10 |
| Octal | 31 | 71 | 50 | 70 | 0 | 36 | 116 | 224 | 47 | 20 |
| Binary | 11001 | 111001 | 101000 | 111000 | 0 | 11110 | 1001110 | 10010100 | 100111 | 10000 |
Color Harmonies of #193928
Complementary color
Monochromatic Colors of #193928
Black with #193928
Text Example
Text Example
White with #193928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193928; }
p { color: rgb(25,57,40); }
H1.HeaderClassName
{
color: #193928;
}
.AnyTagClassName
{
color: #193928;
}
</style>
background-color css
<style>
a { background-color: #193928; }
a { background-color: rgb(25,57,40); }
div.DivClassName
{
background-color: #193928;
}
.BgClassName
{
background-color: #193928;
}
</style>
border-color css
<style>
span { border-color: #193928; }
span { border-color: rgb(25,57,40); }
td.TdClassName
{
border-color: #193928;
}
.TagClassName
{
border-color: #193928;
}
</style>