Shades of Cardin Green #15241D
Tints of Cardin Green #15241D
RGB
CMYK
RGB Variations
Color information
#15241D (or 0x15241D) is known color: Cardin Green. HEX triplet: 15, 24 and 1D. RGB value is (21,36,29). Sum of RGB (Red+Green+Blue) = 21+36+29=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #15241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241D is #EADBE2. Grayscale: #1E1E1E. Windows color (decimal): -15391715 or 1909781. OLE color: 1909781.
HSL color Cylindrical-coordinate representation of color #15241D: hue angle of 152º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #15241D is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 29 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.86 |
| HSL | 152º | 0.26% | 0.11% | - |
| HSV(B) | 152º | 0.42% | 0.14% | - |
| XYZ | 1.16 | 1.51 | 1.39 | - |
| YUV | 30.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 29 | 0.42 | 0 | 0.19 | 0.86 | 152 | 0.26 | 0.11 |
| Hex | 15 | 24 | 1D | 2A | 0 | 13 | 56 | 98 | 1A | B |
| Octal | 25 | 44 | 35 | 52 | 0 | 23 | 126 | 230 | 32 | 13 |
| Binary | 10101 | 100100 | 11101 | 101010 | 0 | 10011 | 1010110 | 10011000 | 11010 | 1011 |
Color Harmonies of #15241D
Complementary color
Monochromatic Colors of #15241D
Black with #15241D
Text Example
Text Example
White with #15241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15241D; }
p { color: rgb(21,36,29); }
H1.HeaderClassName
{
color: #15241D;
}
.AnyTagClassName
{
color: #15241D;
}
</style>
background-color css
<style>
a { background-color: #15241D; }
a { background-color: rgb(21,36,29); }
div.DivClassName
{
background-color: #15241D;
}
.BgClassName
{
background-color: #15241D;
}
</style>
border-color css
<style>
span { border-color: #15241D; }
span { border-color: rgb(21,36,29); }
td.TdClassName
{
border-color: #15241D;
}
.TagClassName
{
border-color: #15241D;
}
</style>