Shades of Cardin Green #132A20
Tints of Cardin Green #132A20
RGB
CMYK
RGB Variations
Color information
#132A20 (or 0x132A20) is known color: Cardin Green. HEX triplet: 13, 2A and 20. RGB value is (19,42,32). Sum of RGB (Red+Green+Blue) = 19+42+32=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #132A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A20 is #ECD5DF. Grayscale: #222222. Windows color (decimal): -15521248 or 2107923. OLE color: 2107923.
HSL color Cylindrical-coordinate representation of color #132A20: hue angle of 153.91º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A20 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 32 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.84 |
| HSL | 153.91º | 0.38% | 0.12% | - |
| HSV(B) | 153.91º | 0.55% | 0.16% | - |
| XYZ | 1.36 | 1.9 | 1.66 | - |
| YUV | 33.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 32 | 0.55 | 0 | 0.24 | 0.84 | 153.91 | 0.38 | 0.12 |
| Hex | 13 | 2A | 20 | 37 | 0 | 18 | 54 | 9A | 26 | C |
| Octal | 23 | 52 | 40 | 67 | 0 | 30 | 124 | 232 | 46 | 14 |
| Binary | 10011 | 101010 | 100000 | 110111 | 0 | 11000 | 1010100 | 10011010 | 100110 | 1100 |
Color Harmonies of #132A20
Complementary color
Monochromatic Colors of #132A20
Black with #132A20
Text Example
Text Example
White with #132A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A20; }
p { color: rgb(19,42,32); }
H1.HeaderClassName
{
color: #132A20;
}
.AnyTagClassName
{
color: #132A20;
}
</style>
background-color css
<style>
a { background-color: #132A20; }
a { background-color: rgb(19,42,32); }
div.DivClassName
{
background-color: #132A20;
}
.BgClassName
{
background-color: #132A20;
}
</style>
border-color css
<style>
span { border-color: #132A20; }
span { border-color: rgb(19,42,32); }
td.TdClassName
{
border-color: #132A20;
}
.TagClassName
{
border-color: #132A20;
}
</style>