Shades of Cardin Green #132119
Tints of Cardin Green #132119
RGB
CMYK
RGB Variations
Color information
#132119 (or 0x132119) is known color: Cardin Green. HEX triplet: 13, 21 and 19. RGB value is (19,33,25). Sum of RGB (Red+Green+Blue) = 19+33+25=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #132119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132119 is #ECDEE6. Grayscale: #1B1B1B. Windows color (decimal): -15523559 or 1646867. OLE color: 1646867.
HSL color Cylindrical-coordinate representation of color #132119: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132119 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 25 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.87 |
| HSL | 145.71º | 0.27% | 0.1% | - |
| HSV(B) | 145.71º | 0.42% | 0.13% | - |
| XYZ | 0.99 | 1.3 | 1.12 | - |
| YUV | 27.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 25 | 0.42 | 0 | 0.24 | 0.87 | 145.71 | 0.27 | 0.1 |
| Hex | 13 | 21 | 19 | 2A | 0 | 18 | 57 | 92 | 1B | A |
| Octal | 23 | 41 | 31 | 52 | 0 | 30 | 127 | 222 | 33 | 12 |
| Binary | 10011 | 100001 | 11001 | 101010 | 0 | 11000 | 1010111 | 10010010 | 11011 | 1010 |
Color Harmonies of #132119
Complementary color
Monochromatic Colors of #132119
Black with #132119
Text Example
Text Example
White with #132119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132119; }
p { color: rgb(19,33,25); }
H1.HeaderClassName
{
color: #132119;
}
.AnyTagClassName
{
color: #132119;
}
</style>
background-color css
<style>
a { background-color: #132119; }
a { background-color: rgb(19,33,25); }
div.DivClassName
{
background-color: #132119;
}
.BgClassName
{
background-color: #132119;
}
</style>
border-color css
<style>
span { border-color: #132119; }
span { border-color: rgb(19,33,25); }
td.TdClassName
{
border-color: #132119;
}
.TagClassName
{
border-color: #132119;
}
</style>