Shades of Racing Green #15342C
Tints of Racing Green #15342C
RGB
CMYK
RGB Variations
Color information
#15342C (or 0x15342C) is known color: Racing Green. HEX triplet: 15, 34 and 2C. RGB value is (21,52,44). Sum of RGB (Red+Green+Blue) = 21+52+44=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #15342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15342C is #EACBD3. Grayscale: #292929. Windows color (decimal): -15387604 or 2896917. OLE color: 2896917.
HSL color Cylindrical-coordinate representation of color #15342C: hue angle of 164.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15342C is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 52 | 44 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.80 |
| HSL | 164.52º | 0.42% | 0.14% | - |
| HSV(B) | 164.52º | 0.6% | 0.2% | - |
| XYZ | 1.99 | 2.8 | 2.82 | - |
| YUV | 41.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 44 | 0.60 | 0 | 0.15 | 0.80 | 164.52 | 0.42 | 0.14 |
| Hex | 15 | 34 | 2C | 3C | 0 | F | 50 | A5 | 2A | E |
| Octal | 25 | 64 | 54 | 74 | 0 | 17 | 120 | 245 | 52 | 16 |
| Binary | 10101 | 110100 | 101100 | 111100 | 0 | 1111 | 1010000 | 10100101 | 101010 | 1110 |
Color Harmonies of #15342C
Complementary color
Monochromatic Colors of #15342C
Black with #15342C
Text Example
Text Example
White with #15342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15342C; }
p { color: rgb(21,52,44); }
H1.HeaderClassName
{
color: #15342C;
}
.AnyTagClassName
{
color: #15342C;
}
</style>
background-color css
<style>
a { background-color: #15342C; }
a { background-color: rgb(21,52,44); }
div.DivClassName
{
background-color: #15342C;
}
.BgClassName
{
background-color: #15342C;
}
</style>
border-color css
<style>
span { border-color: #15342C; }
span { border-color: rgb(21,52,44); }
td.TdClassName
{
border-color: #15342C;
}
.TagClassName
{
border-color: #15342C;
}
</style>