Shades of Cardin Green #132D20
Tints of Cardin Green #132D20
RGB
CMYK
RGB Variations
Color information
#132D20 (or 0x132D20) is known color: Cardin Green. HEX triplet: 13, 2D and 20. RGB value is (19,45,32). Sum of RGB (Red+Green+Blue) = 19+45+32=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #132D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D20 is #ECD2DF. Grayscale: #232323. Windows color (decimal): -15520480 or 2108691. OLE color: 2108691.
HSL color Cylindrical-coordinate representation of color #132D20: hue angle of 150º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D20 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 32 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.82 |
| HSL | 150º | 0.41% | 0.13% | - |
| HSV(B) | 150º | 0.58% | 0.18% | - |
| XYZ | 1.47 | 2.12 | 1.7 | - |
| YUV | 35.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 32 | 0.58 | 0 | 0.29 | 0.82 | 150 | 0.41 | 0.13 |
| Hex | 13 | 2D | 20 | 3A | 0 | 1D | 52 | 96 | 29 | D |
| Octal | 23 | 55 | 40 | 72 | 0 | 35 | 122 | 226 | 51 | 15 |
| Binary | 10011 | 101101 | 100000 | 111010 | 0 | 11101 | 1010010 | 10010110 | 101001 | 1101 |
Color Harmonies of #132D20
Complementary color
Monochromatic Colors of #132D20
Black with #132D20
Text Example
Text Example
White with #132D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D20; }
p { color: rgb(19,45,32); }
H1.HeaderClassName
{
color: #132D20;
}
.AnyTagClassName
{
color: #132D20;
}
</style>
background-color css
<style>
a { background-color: #132D20; }
a { background-color: rgb(19,45,32); }
div.DivClassName
{
background-color: #132D20;
}
.BgClassName
{
background-color: #132D20;
}
</style>
border-color css
<style>
span { border-color: #132D20; }
span { border-color: rgb(19,45,32); }
td.TdClassName
{
border-color: #132D20;
}
.TagClassName
{
border-color: #132D20;
}
</style>