Shades of Cardin Green #152E25
Tints of Cardin Green #152E25
RGB
CMYK
RGB Variations
Color information
#152E25 (or 0x152E25) is known color: Cardin Green. HEX triplet: 15, 2E and 25. RGB value is (21,46,37). Sum of RGB (Red+Green+Blue) = 21+46+37=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #152E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E25 is #EAD1DA. Grayscale: #252525. Windows color (decimal): -15389147 or 2436629. OLE color: 2436629.
HSL color Cylindrical-coordinate representation of color #152E25: hue angle of 158.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152E25 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 46 | 37 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.82 |
| HSL | 158.4º | 0.37% | 0.13% | - |
| HSV(B) | 158.4º | 0.54% | 0.18% | - |
| XYZ | 1.62 | 2.25 | 2.1 | - |
| YUV | 37.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 37 | 0.54 | 0 | 0.20 | 0.82 | 158.4 | 0.37 | 0.13 |
| Hex | 15 | 2E | 25 | 36 | 0 | 14 | 52 | 9E | 25 | D |
| Octal | 25 | 56 | 45 | 66 | 0 | 24 | 122 | 236 | 45 | 15 |
| Binary | 10101 | 101110 | 100101 | 110110 | 0 | 10100 | 1010010 | 10011110 | 100101 | 1101 |
Color Harmonies of #152E25
Complementary color
Monochromatic Colors of #152E25
Black with #152E25
Text Example
Text Example
White with #152E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E25; }
p { color: rgb(21,46,37); }
H1.HeaderClassName
{
color: #152E25;
}
.AnyTagClassName
{
color: #152E25;
}
</style>
background-color css
<style>
a { background-color: #152E25; }
a { background-color: rgb(21,46,37); }
div.DivClassName
{
background-color: #152E25;
}
.BgClassName
{
background-color: #152E25;
}
</style>
border-color css
<style>
span { border-color: #152E25; }
span { border-color: rgb(21,46,37); }
td.TdClassName
{
border-color: #152E25;
}
.TagClassName
{
border-color: #152E25;
}
</style>