Shades of Cardin Green #152D23
Tints of Cardin Green #152D23
RGB
CMYK
RGB Variations
Color information
#152D23 (or 0x152D23) is known color: Cardin Green. HEX triplet: 15, 2D and 23. RGB value is (21,45,35). Sum of RGB (Red+Green+Blue) = 21+45+35=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #152D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D23 is #EAD2DC. Grayscale: #242424. Windows color (decimal): -15389405 or 2305301. OLE color: 2305301.
HSL color Cylindrical-coordinate representation of color #152D23: hue angle of 155º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D23 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 35 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.82 |
| HSL | 155º | 0.36% | 0.13% | - |
| HSV(B) | 155º | 0.53% | 0.18% | - |
| XYZ | 1.55 | 2.16 | 1.92 | - |
| YUV | 36.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 35 | 0.53 | 0 | 0.22 | 0.82 | 155 | 0.36 | 0.13 |
| Hex | 15 | 2D | 23 | 35 | 0 | 16 | 52 | 9B | 24 | D |
| Octal | 25 | 55 | 43 | 65 | 0 | 26 | 122 | 233 | 44 | 15 |
| Binary | 10101 | 101101 | 100011 | 110101 | 0 | 10110 | 1010010 | 10011011 | 100100 | 1101 |
Color Harmonies of #152D23
Complementary color
Monochromatic Colors of #152D23
Black with #152D23
Text Example
Text Example
White with #152D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D23; }
p { color: rgb(21,45,35); }
H1.HeaderClassName
{
color: #152D23;
}
.AnyTagClassName
{
color: #152D23;
}
</style>
background-color css
<style>
a { background-color: #152D23; }
a { background-color: rgb(21,45,35); }
div.DivClassName
{
background-color: #152D23;
}
.BgClassName
{
background-color: #152D23;
}
</style>
border-color css
<style>
span { border-color: #152D23; }
span { border-color: rgb(21,45,35); }
td.TdClassName
{
border-color: #152D23;
}
.TagClassName
{
border-color: #152D23;
}
</style>