Shades of Cardin Green #152F20
Tints of Cardin Green #152F20
RGB
CMYK
RGB Variations
Color information
#152F20 (or 0x152F20) is known color: Cardin Green. HEX triplet: 15, 2F and 20. RGB value is (21,47,32). Sum of RGB (Red+Green+Blue) = 21+47+32=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #152F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F20 is #EAD0DF. Grayscale: #252525. Windows color (decimal): -15388896 or 2109205. OLE color: 2109205.
HSL color Cylindrical-coordinate representation of color #152F20: hue angle of 145.38º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #152F20 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 47 | 32 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.82 |
| HSL | 145.38º | 0.38% | 0.13% | - |
| HSV(B) | 145.38º | 0.55% | 0.18% | - |
| XYZ | 1.59 | 2.3 | 1.73 | - |
| YUV | 37.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 32 | 0.55 | 0 | 0.32 | 0.82 | 145.38 | 0.38 | 0.13 |
| Hex | 15 | 2F | 20 | 37 | 0 | 20 | 52 | 91 | 26 | D |
| Octal | 25 | 57 | 40 | 67 | 0 | 40 | 122 | 221 | 46 | 15 |
| Binary | 10101 | 101111 | 100000 | 110111 | 0 | 100000 | 1010010 | 10010001 | 100110 | 1101 |
Color Harmonies of #152F20
Complementary color
Monochromatic Colors of #152F20
Black with #152F20
Text Example
Text Example
White with #152F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F20; }
p { color: rgb(21,47,32); }
H1.HeaderClassName
{
color: #152F20;
}
.AnyTagClassName
{
color: #152F20;
}
</style>
background-color css
<style>
a { background-color: #152F20; }
a { background-color: rgb(21,47,32); }
div.DivClassName
{
background-color: #152F20;
}
.BgClassName
{
background-color: #152F20;
}
</style>
border-color css
<style>
span { border-color: #152F20; }
span { border-color: rgb(21,47,32); }
td.TdClassName
{
border-color: #152F20;
}
.TagClassName
{
border-color: #152F20;
}
</style>