Shades of Cardin Green #152820
Tints of Cardin Green #152820
RGB
CMYK
RGB Variations
Color information
#152820 (or 0x152820) is known color: Cardin Green. HEX triplet: 15, 28 and 20. RGB value is (21,40,32). Sum of RGB (Red+Green+Blue) = 21+40+32=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #152820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152820 is #EAD7DF. Grayscale: #212121. Windows color (decimal): -15390688 or 2107413. OLE color: 2107413.
HSL color Cylindrical-coordinate representation of color #152820: hue angle of 154.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #152820 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 40 | 32 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.84 |
| HSL | 154.74º | 0.31% | 0.12% | - |
| HSV(B) | 154.74º | 0.48% | 0.16% | - |
| XYZ | 1.33 | 1.78 | 1.64 | - |
| YUV | 33.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 32 | 0.48 | 0 | 0.20 | 0.84 | 154.74 | 0.31 | 0.12 |
| Hex | 15 | 28 | 20 | 30 | 0 | 14 | 54 | 9B | 1F | C |
| Octal | 25 | 50 | 40 | 60 | 0 | 24 | 124 | 233 | 37 | 14 |
| Binary | 10101 | 101000 | 100000 | 110000 | 0 | 10100 | 1010100 | 10011011 | 11111 | 1100 |
Color Harmonies of #152820
Complementary color
Monochromatic Colors of #152820
Black with #152820
Text Example
Text Example
White with #152820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152820; }
p { color: rgb(21,40,32); }
H1.HeaderClassName
{
color: #152820;
}
.AnyTagClassName
{
color: #152820;
}
</style>
background-color css
<style>
a { background-color: #152820; }
a { background-color: rgb(21,40,32); }
div.DivClassName
{
background-color: #152820;
}
.BgClassName
{
background-color: #152820;
}
</style>
border-color css
<style>
span { border-color: #152820; }
span { border-color: rgb(21,40,32); }
td.TdClassName
{
border-color: #152820;
}
.TagClassName
{
border-color: #152820;
}
</style>