Shades of Racing Green #15322C
Tints of Racing Green #15322C
RGB
CMYK
RGB Variations
Color information
#15322C (or 0x15322C) is known color: Racing Green. HEX triplet: 15, 32 and 2C. RGB value is (21,50,44). Sum of RGB (Red+Green+Blue) = 21+50+44=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #15322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15322C is #EACDD3. Grayscale: #282828. Windows color (decimal): -15388116 or 2896405. OLE color: 2896405.
HSL color Cylindrical-coordinate representation of color #15322C: hue angle of 167.59º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15322C is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 44 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.80 |
| HSL | 167.59º | 0.41% | 0.14% | - |
| HSV(B) | 167.59º | 0.58% | 0.2% | - |
| XYZ | 1.9 | 2.62 | 2.79 | - |
| YUV | 40.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 44 | 0.58 | 0 | 0.12 | 0.80 | 167.59 | 0.41 | 0.14 |
| Hex | 15 | 32 | 2C | 3A | 0 | C | 50 | A8 | 29 | E |
| Octal | 25 | 62 | 54 | 72 | 0 | 14 | 120 | 250 | 51 | 16 |
| Binary | 10101 | 110010 | 101100 | 111010 | 0 | 1100 | 1010000 | 10101000 | 101001 | 1110 |
Color Harmonies of #15322C
Complementary color
Monochromatic Colors of #15322C
Black with #15322C
Text Example
Text Example
White with #15322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15322C; }
p { color: rgb(21,50,44); }
H1.HeaderClassName
{
color: #15322C;
}
.AnyTagClassName
{
color: #15322C;
}
</style>
background-color css
<style>
a { background-color: #15322C; }
a { background-color: rgb(21,50,44); }
div.DivClassName
{
background-color: #15322C;
}
.BgClassName
{
background-color: #15322C;
}
</style>
border-color css
<style>
span { border-color: #15322C; }
span { border-color: rgb(21,50,44); }
td.TdClassName
{
border-color: #15322C;
}
.TagClassName
{
border-color: #15322C;
}
</style>