Shades of Racing Green #15241F
Tints of Racing Green #15241F
RGB
CMYK
RGB Variations
Color information
#15241F (or 0x15241F) is known color: Racing Green. HEX triplet: 15, 24 and 1F. RGB value is (21,36,31). Sum of RGB (Red+Green+Blue) = 21+36+31=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #15241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241F is #EADBE0. Grayscale: #1E1E1E. Windows color (decimal): -15391713 or 2040853. OLE color: 2040853.
HSL color Cylindrical-coordinate representation of color #15241F: hue angle of 160º 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 #15241F is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 36 | 31 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.86 |
| HSL | 160º | 0.26% | 0.11% | - |
| HSV(B) | 160º | 0.42% | 0.14% | - |
| XYZ | 1.19 | 1.52 | 1.53 | - |
| YUV | 30.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 31 | 0.42 | 0 | 0.14 | 0.86 | 160 | 0.26 | 0.11 |
| Hex | 15 | 24 | 1F | 2A | 0 | E | 56 | A0 | 1A | B |
| Octal | 25 | 44 | 37 | 52 | 0 | 16 | 126 | 240 | 32 | 13 |
| Binary | 10101 | 100100 | 11111 | 101010 | 0 | 1110 | 1010110 | 10100000 | 11010 | 1011 |
Color Harmonies of #15241F
Complementary color
Monochromatic Colors of #15241F
Black with #15241F
Text Example
Text Example
White with #15241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15241F; }
p { color: rgb(21,36,31); }
H1.HeaderClassName
{
color: #15241F;
}
.AnyTagClassName
{
color: #15241F;
}
</style>
background-color css
<style>
a { background-color: #15241F; }
a { background-color: rgb(21,36,31); }
div.DivClassName
{
background-color: #15241F;
}
.BgClassName
{
background-color: #15241F;
}
</style>
border-color css
<style>
span { border-color: #15241F; }
span { border-color: rgb(21,36,31); }
td.TdClassName
{
border-color: #15241F;
}
.TagClassName
{
border-color: #15241F;
}
</style>