Shades of Cardin Green #153124
Tints of Cardin Green #153124
RGB
CMYK
RGB Variations
Color information
#153124 (or 0x153124) is known color: Cardin Green. HEX triplet: 15, 31 and 24. RGB value is (21,49,36). Sum of RGB (Red+Green+Blue) = 21+49+36=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #153124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153124 is #EACEDB. Grayscale: #272727. Windows color (decimal): -15388380 or 2371861. OLE color: 2371861.
HSL color Cylindrical-coordinate representation of color #153124: hue angle of 152.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153124 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 36 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.81 |
| HSL | 152.14º | 0.4% | 0.14% | - |
| HSV(B) | 152.14º | 0.57% | 0.19% | - |
| XYZ | 1.73 | 2.48 | 2.06 | - |
| YUV | 39.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 36 | 0.57 | 0 | 0.27 | 0.81 | 152.14 | 0.4 | 0.14 |
| Hex | 15 | 31 | 24 | 39 | 0 | 1B | 51 | 98 | 28 | E |
| Octal | 25 | 61 | 44 | 71 | 0 | 33 | 121 | 230 | 50 | 16 |
| Binary | 10101 | 110001 | 100100 | 111001 | 0 | 11011 | 1010001 | 10011000 | 101000 | 1110 |
Color Harmonies of #153124
Complementary color
Monochromatic Colors of #153124
Black with #153124
Text Example
Text Example
White with #153124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153124; }
p { color: rgb(21,49,36); }
H1.HeaderClassName
{
color: #153124;
}
.AnyTagClassName
{
color: #153124;
}
</style>
background-color css
<style>
a { background-color: #153124; }
a { background-color: rgb(21,49,36); }
div.DivClassName
{
background-color: #153124;
}
.BgClassName
{
background-color: #153124;
}
</style>
border-color css
<style>
span { border-color: #153124; }
span { border-color: rgb(21,49,36); }
td.TdClassName
{
border-color: #153124;
}
.TagClassName
{
border-color: #153124;
}
</style>