Shades of Racing Green #152520
Tints of Racing Green #152520
RGB
CMYK
RGB Variations
Color information
#152520 (or 0x152520) is known color: Racing Green. HEX triplet: 15, 25 and 20. RGB value is (21,37,32). Sum of RGB (Red+Green+Blue) = 21+37+32=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #152520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152520 is #EADADF. Grayscale: #1F1F1F. Windows color (decimal): -15391456 or 2106645. OLE color: 2106645.
HSL color Cylindrical-coordinate representation of color #152520: hue angle of 161.25º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #152520 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 37 | 32 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.85 |
| HSL | 161.25º | 0.28% | 0.11% | - |
| HSV(B) | 161.25º | 0.43% | 0.15% | - |
| XYZ | 1.23 | 1.59 | 1.61 | - |
| YUV | 31.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 32 | 0.43 | 0 | 0.14 | 0.85 | 161.25 | 0.28 | 0.11 |
| Hex | 15 | 25 | 20 | 2B | 0 | E | 55 | A1 | 1C | B |
| Octal | 25 | 45 | 40 | 53 | 0 | 16 | 125 | 241 | 34 | 13 |
| Binary | 10101 | 100101 | 100000 | 101011 | 0 | 1110 | 1010101 | 10100001 | 11100 | 1011 |
Color Harmonies of #152520
Complementary color
Monochromatic Colors of #152520
Black with #152520
Text Example
Text Example
White with #152520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152520; }
p { color: rgb(21,37,32); }
H1.HeaderClassName
{
color: #152520;
}
.AnyTagClassName
{
color: #152520;
}
</style>
background-color css
<style>
a { background-color: #152520; }
a { background-color: rgb(21,37,32); }
div.DivClassName
{
background-color: #152520;
}
.BgClassName
{
background-color: #152520;
}
</style>
border-color css
<style>
span { border-color: #152520; }
span { border-color: rgb(21,37,32); }
td.TdClassName
{
border-color: #152520;
}
.TagClassName
{
border-color: #152520;
}
</style>