Shades of Cardin Green #15241C
Tints of Cardin Green #15241C
RGB
CMYK
RGB Variations
Color information
#15241C (or 0x15241C) is known color: Cardin Green. HEX triplet: 15, 24 and 1C. RGB value is (21,36,28). Sum of RGB (Red+Green+Blue) = 21+36+28=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #15241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241C is #EADBE3. Grayscale: #1E1E1E. Windows color (decimal): -15391716 or 1844245. OLE color: 1844245.
HSL color Cylindrical-coordinate representation of color #15241C: hue angle of 148º 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 #15241C is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 28 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.86 |
| HSL | 148º | 0.26% | 0.11% | - |
| HSV(B) | 148º | 0.42% | 0.14% | - |
| XYZ | 1.15 | 1.51 | 1.33 | - |
| YUV | 30.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 28 | 0.42 | 0 | 0.22 | 0.86 | 148 | 0.26 | 0.11 |
| Hex | 15 | 24 | 1C | 2A | 0 | 16 | 56 | 94 | 1A | B |
| Octal | 25 | 44 | 34 | 52 | 0 | 26 | 126 | 224 | 32 | 13 |
| Binary | 10101 | 100100 | 11100 | 101010 | 0 | 10110 | 1010110 | 10010100 | 11010 | 1011 |
Color Harmonies of #15241C
Complementary color
Monochromatic Colors of #15241C
Black with #15241C
Text Example
Text Example
White with #15241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15241C; }
p { color: rgb(21,36,28); }
H1.HeaderClassName
{
color: #15241C;
}
.AnyTagClassName
{
color: #15241C;
}
</style>
background-color css
<style>
a { background-color: #15241C; }
a { background-color: rgb(21,36,28); }
div.DivClassName
{
background-color: #15241C;
}
.BgClassName
{
background-color: #15241C;
}
</style>
border-color css
<style>
span { border-color: #15241C; }
span { border-color: rgb(21,36,28); }
td.TdClassName
{
border-color: #15241C;
}
.TagClassName
{
border-color: #15241C;
}
</style>