Shades of Cardin Green #152A20
Tints of Cardin Green #152A20
RGB
CMYK
RGB Variations
Color information
#152A20 (or 0x152A20) is known color: Cardin Green. HEX triplet: 15, 2A and 20. RGB value is (21,42,32). Sum of RGB (Red+Green+Blue) = 21+42+32=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #152A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A20 is #EAD5DF. Grayscale: #222222. Windows color (decimal): -15390176 or 2107925. OLE color: 2107925.
HSL color Cylindrical-coordinate representation of color #152A20: hue angle of 151.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A20 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 42 | 32 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.84 |
| HSL | 151.43º | 0.33% | 0.12% | - |
| HSV(B) | 151.43º | 0.5% | 0.16% | - |
| XYZ | 1.4 | 1.92 | 1.66 | - |
| YUV | 34.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 32 | 0.50 | 0 | 0.24 | 0.84 | 151.43 | 0.33 | 0.12 |
| Hex | 15 | 2A | 20 | 32 | 0 | 18 | 54 | 97 | 21 | C |
| Octal | 25 | 52 | 40 | 62 | 0 | 30 | 124 | 227 | 41 | 14 |
| Binary | 10101 | 101010 | 100000 | 110010 | 0 | 11000 | 1010100 | 10010111 | 100001 | 1100 |
Color Harmonies of #152A20
Complementary color
Monochromatic Colors of #152A20
Black with #152A20
Text Example
Text Example
White with #152A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A20; }
p { color: rgb(21,42,32); }
H1.HeaderClassName
{
color: #152A20;
}
.AnyTagClassName
{
color: #152A20;
}
</style>
background-color css
<style>
a { background-color: #152A20; }
a { background-color: rgb(21,42,32); }
div.DivClassName
{
background-color: #152A20;
}
.BgClassName
{
background-color: #152A20;
}
</style>
border-color css
<style>
span { border-color: #152A20; }
span { border-color: rgb(21,42,32); }
td.TdClassName
{
border-color: #152A20;
}
.TagClassName
{
border-color: #152A20;
}
</style>