Shades of Cardin Green #132D24
Tints of Cardin Green #132D24
RGB
CMYK
RGB Variations
Color information
#132D24 (or 0x132D24) is known color: Cardin Green. HEX triplet: 13, 2D and 24. RGB value is (19,45,36). Sum of RGB (Red+Green+Blue) = 19+45+36=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #132D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D24 is #ECD2DB. Grayscale: #242424. Windows color (decimal): -15520476 or 2370835. OLE color: 2370835.
HSL color Cylindrical-coordinate representation of color #132D24: hue angle of 159.23º 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 #132D24 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 36 | - |
| CMYK | 0.58 | 0 | 0.2 | 0.82 |
| HSL | 159.23º | 0.41% | 0.13% | - |
| HSV(B) | 159.23º | 0.58% | 0.18% | - |
| XYZ | 1.53 | 2.14 | 2 | - |
| YUV | 36.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 36 | 0.58 | 0 | 0.2 | 0.82 | 159.23 | 0.41 | 0.13 |
| Hex | 13 | 2D | 24 | 3A | 0 | 14 | 52 | 9F | 29 | D |
| Octal | 23 | 55 | 44 | 72 | 0 | 24 | 122 | 237 | 51 | 15 |
| Binary | 10011 | 101101 | 100100 | 111010 | 0 | 10100 | 1010010 | 10011111 | 101001 | 1101 |
Color Harmonies of #132D24
Complementary color
Monochromatic Colors of #132D24
Black with #132D24
Text Example
Text Example
White with #132D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D24; }
p { color: rgb(19,45,36); }
H1.HeaderClassName
{
color: #132D24;
}
.AnyTagClassName
{
color: #132D24;
}
</style>
background-color css
<style>
a { background-color: #132D24; }
a { background-color: rgb(19,45,36); }
div.DivClassName
{
background-color: #132D24;
}
.BgClassName
{
background-color: #132D24;
}
</style>
border-color css
<style>
span { border-color: #132D24; }
span { border-color: rgb(19,45,36); }
td.TdClassName
{
border-color: #132D24;
}
.TagClassName
{
border-color: #132D24;
}
</style>