Shades of Cardin Green #15241B
Tints of Cardin Green #15241B
RGB
CMYK
RGB Variations
Color information
#15241B (or 0x15241B) is known color: Cardin Green. HEX triplet: 15, 24 and 1B. RGB value is (21,36,27). Sum of RGB (Red+Green+Blue) = 21+36+27=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #15241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241B is #EADBE4. Grayscale: #1E1E1E. Windows color (decimal): -15391717 or 1778709. OLE color: 1778709.
HSL color Cylindrical-coordinate representation of color #15241B: hue angle of 144º 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 #15241B is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 27 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.86 |
| HSL | 144º | 0.26% | 0.11% | - |
| HSV(B) | 144º | 0.42% | 0.14% | - |
| XYZ | 1.14 | 1.5 | 1.27 | - |
| YUV | 30.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 27 | 0.42 | 0 | 0.25 | 0.86 | 144 | 0.26 | 0.11 |
| Hex | 15 | 24 | 1B | 2A | 0 | 19 | 56 | 90 | 1A | B |
| Octal | 25 | 44 | 33 | 52 | 0 | 31 | 126 | 220 | 32 | 13 |
| Binary | 10101 | 100100 | 11011 | 101010 | 0 | 11001 | 1010110 | 10010000 | 11010 | 1011 |
Color Harmonies of #15241B
Complementary color
Monochromatic Colors of #15241B
Black with #15241B
Text Example
Text Example
White with #15241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15241B; }
p { color: rgb(21,36,27); }
H1.HeaderClassName
{
color: #15241B;
}
.AnyTagClassName
{
color: #15241B;
}
</style>
background-color css
<style>
a { background-color: #15241B; }
a { background-color: rgb(21,36,27); }
div.DivClassName
{
background-color: #15241B;
}
.BgClassName
{
background-color: #15241B;
}
</style>
border-color css
<style>
span { border-color: #15241B; }
span { border-color: rgb(21,36,27); }
td.TdClassName
{
border-color: #15241B;
}
.TagClassName
{
border-color: #15241B;
}
</style>