Shades of Cardin Green #132E24
Tints of Cardin Green #132E24
RGB
CMYK
RGB Variations
Color information
#132E24 (or 0x132E24) is known color: Cardin Green. HEX triplet: 13, 2E and 24. RGB value is (19,46,36). Sum of RGB (Red+Green+Blue) = 19+46+36=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #132E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E24 is #ECD1DB. Grayscale: #242424. Windows color (decimal): -15520220 or 2371091. OLE color: 2371091.
HSL color Cylindrical-coordinate representation of color #132E24: hue angle of 157.78º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E24 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 36 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.82 |
| HSL | 157.78º | 0.42% | 0.13% | - |
| HSV(B) | 157.78º | 0.59% | 0.18% | - |
| XYZ | 1.56 | 2.22 | 2.02 | - |
| YUV | 36.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 36 | 0.59 | 0 | 0.22 | 0.82 | 157.78 | 0.42 | 0.13 |
| Hex | 13 | 2E | 24 | 3B | 0 | 16 | 52 | 9E | 2A | D |
| Octal | 23 | 56 | 44 | 73 | 0 | 26 | 122 | 236 | 52 | 15 |
| Binary | 10011 | 101110 | 100100 | 111011 | 0 | 10110 | 1010010 | 10011110 | 101010 | 1101 |
Color Harmonies of #132E24
Complementary color
Monochromatic Colors of #132E24
Black with #132E24
Text Example
Text Example
White with #132E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E24; }
p { color: rgb(19,46,36); }
H1.HeaderClassName
{
color: #132E24;
}
.AnyTagClassName
{
color: #132E24;
}
</style>
background-color css
<style>
a { background-color: #132E24; }
a { background-color: rgb(19,46,36); }
div.DivClassName
{
background-color: #132E24;
}
.BgClassName
{
background-color: #132E24;
}
</style>
border-color css
<style>
span { border-color: #132E24; }
span { border-color: rgb(19,46,36); }
td.TdClassName
{
border-color: #132E24;
}
.TagClassName
{
border-color: #132E24;
}
</style>