Shades of Cardin Green #153C28
Tints of Cardin Green #153C28
RGB
CMYK
RGB Variations
Color information
#153C28 (or 0x153C28) is known color: Cardin Green. HEX triplet: 15, 3C and 28. RGB value is (21,60,40). Sum of RGB (Red+Green+Blue) = 21+60+40=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #153C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C28 is #EAC3D7. Grayscale: #2E2E2E. Windows color (decimal): -15385560 or 2636821. OLE color: 2636821.
HSL color Cylindrical-coordinate representation of color #153C28: hue angle of 149.23º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C28 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 40 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.76 |
| HSL | 149.23º | 0.48% | 0.16% | - |
| HSV(B) | 149.23º | 0.65% | 0.24% | - |
| XYZ | 2.31 | 3.54 | 2.57 | - |
| YUV | 46.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 40 | 0.65 | 0 | 0.33 | 0.76 | 149.23 | 0.48 | 0.16 |
| Hex | 15 | 3C | 28 | 41 | 0 | 21 | 4C | 95 | 30 | 10 |
| Octal | 25 | 74 | 50 | 101 | 0 | 41 | 114 | 225 | 60 | 20 |
| Binary | 10101 | 111100 | 101000 | 1000001 | 0 | 100001 | 1001100 | 10010101 | 110000 | 10000 |
Color Harmonies of #153C28
Complementary color
Monochromatic Colors of #153C28
Black with #153C28
Text Example
Text Example
White with #153C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C28; }
p { color: rgb(21,60,40); }
H1.HeaderClassName
{
color: #153C28;
}
.AnyTagClassName
{
color: #153C28;
}
</style>
background-color css
<style>
a { background-color: #153C28; }
a { background-color: rgb(21,60,40); }
div.DivClassName
{
background-color: #153C28;
}
.BgClassName
{
background-color: #153C28;
}
</style>
border-color css
<style>
span { border-color: #153C28; }
span { border-color: rgb(21,60,40); }
td.TdClassName
{
border-color: #153C28;
}
.TagClassName
{
border-color: #153C28;
}
</style>