Shades of Racing Green #152421
Tints of Racing Green #152421
RGB
CMYK
RGB Variations
Color information
#152421 (or 0x152421) is known color: Racing Green. HEX triplet: 15, 24 and 21. RGB value is (21,36,33). Sum of RGB (Red+Green+Blue) = 21+36+33=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #152421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152421 is #EADBDE. Grayscale: #1F1F1F. Windows color (decimal): -15391711 or 2171925. OLE color: 2171925.
HSL color Cylindrical-coordinate representation of color #152421: hue angle of 168º 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 #152421 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 33 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.86 |
| HSL | 168º | 0.26% | 0.11% | - |
| HSV(B) | 168º | 0.42% | 0.14% | - |
| XYZ | 1.21 | 1.53 | 1.67 | - |
| YUV | 31.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 33 | 0.42 | 0 | 0.08 | 0.86 | 168 | 0.26 | 0.11 |
| Hex | 15 | 24 | 21 | 2A | 0 | 8 | 56 | A8 | 1A | B |
| Octal | 25 | 44 | 41 | 52 | 0 | 10 | 126 | 250 | 32 | 13 |
| Binary | 10101 | 100100 | 100001 | 101010 | 0 | 1000 | 1010110 | 10101000 | 11010 | 1011 |
Color Harmonies of #152421
Complementary color
Monochromatic Colors of #152421
Black with #152421
Text Example
Text Example
White with #152421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152421; }
p { color: rgb(21,36,33); }
H1.HeaderClassName
{
color: #152421;
}
.AnyTagClassName
{
color: #152421;
}
</style>
background-color css
<style>
a { background-color: #152421; }
a { background-color: rgb(21,36,33); }
div.DivClassName
{
background-color: #152421;
}
.BgClassName
{
background-color: #152421;
}
</style>
border-color css
<style>
span { border-color: #152421; }
span { border-color: rgb(21,36,33); }
td.TdClassName
{
border-color: #152421;
}
.TagClassName
{
border-color: #152421;
}
</style>