Shades of Racing Green #151F1C
Tints of Racing Green #151F1C
RGB
CMYK
RGB Variations
Color information
#151F1C (or 0x151F1C) is known color: Racing Green. HEX triplet: 15, 1F and 1C. RGB value is (21,31,28). Sum of RGB (Red+Green+Blue) = 21+31+28=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #151F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F1C is #EAE0E3. Grayscale: #1B1B1B. Windows color (decimal): -15392996 or 1842965. OLE color: 1842965.
HSL color Cylindrical-coordinate representation of color #151F1C: hue angle of 162º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151F1C is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 31 | 28 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.88 |
| HSL | 162º | 0.19% | 0.1% | - |
| HSV(B) | 162º | 0.32% | 0.12% | - |
| XYZ | 1.01 | 1.22 | 1.28 | - |
| YUV | 27.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 28 | 0.32 | 0 | 0.10 | 0.88 | 162 | 0.19 | 0.1 |
| Hex | 15 | 1F | 1C | 20 | 0 | A | 58 | A2 | 13 | A |
| Octal | 25 | 37 | 34 | 40 | 0 | 12 | 130 | 242 | 23 | 12 |
| Binary | 10101 | 11111 | 11100 | 100000 | 0 | 1010 | 1011000 | 10100010 | 10011 | 1010 |
Color Harmonies of #151F1C
Complementary color
Monochromatic Colors of #151F1C
Black with #151F1C
Text Example
Text Example
White with #151F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F1C; }
p { color: rgb(21,31,28); }
H1.HeaderClassName
{
color: #151F1C;
}
.AnyTagClassName
{
color: #151F1C;
}
</style>
background-color css
<style>
a { background-color: #151F1C; }
a { background-color: rgb(21,31,28); }
div.DivClassName
{
background-color: #151F1C;
}
.BgClassName
{
background-color: #151F1C;
}
</style>
border-color css
<style>
span { border-color: #151F1C; }
span { border-color: rgb(21,31,28); }
td.TdClassName
{
border-color: #151F1C;
}
.TagClassName
{
border-color: #151F1C;
}
</style>