Shades of Cardin Green #152E20
Tints of Cardin Green #152E20
RGB
CMYK
RGB Variations
Color information
#152E20 (or 0x152E20) is known color: Cardin Green. HEX triplet: 15, 2E and 20. RGB value is (21,46,32). Sum of RGB (Red+Green+Blue) = 21+46+32=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #152E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E20 is #EAD1DF. Grayscale: #242424. Windows color (decimal): -15389152 or 2108949. OLE color: 2108949.
HSL color Cylindrical-coordinate representation of color #152E20: hue angle of 146.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152E20 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 46 | 32 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.82 |
| HSL | 146.4º | 0.37% | 0.13% | - |
| HSV(B) | 146.4º | 0.54% | 0.18% | - |
| XYZ | 1.55 | 2.22 | 1.71 | - |
| YUV | 36.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 32 | 0.54 | 0 | 0.30 | 0.82 | 146.4 | 0.37 | 0.13 |
| Hex | 15 | 2E | 20 | 36 | 0 | 1E | 52 | 92 | 25 | D |
| Octal | 25 | 56 | 40 | 66 | 0 | 36 | 122 | 222 | 45 | 15 |
| Binary | 10101 | 101110 | 100000 | 110110 | 0 | 11110 | 1010010 | 10010010 | 100101 | 1101 |
Color Harmonies of #152E20
Complementary color
Monochromatic Colors of #152E20
Black with #152E20
Text Example
Text Example
White with #152E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E20; }
p { color: rgb(21,46,32); }
H1.HeaderClassName
{
color: #152E20;
}
.AnyTagClassName
{
color: #152E20;
}
</style>
background-color css
<style>
a { background-color: #152E20; }
a { background-color: rgb(21,46,32); }
div.DivClassName
{
background-color: #152E20;
}
.BgClassName
{
background-color: #152E20;
}
</style>
border-color css
<style>
span { border-color: #152E20; }
span { border-color: rgb(21,46,32); }
td.TdClassName
{
border-color: #152E20;
}
.TagClassName
{
border-color: #152E20;
}
</style>