Shades of Racing Green #15322D
Tints of Racing Green #15322D
RGB
CMYK
RGB Variations
Color information
#15322D (or 0x15322D) is known color: Racing Green. HEX triplet: 15, 32 and 2D. RGB value is (21,50,45). Sum of RGB (Red+Green+Blue) = 21+50+45=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #15322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15322D is #EACDD2. Grayscale: #282828. Windows color (decimal): -15388115 or 2961941. OLE color: 2961941.
HSL color Cylindrical-coordinate representation of color #15322D: hue angle of 169.66º 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 #15322D is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 45 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.80 |
| HSL | 169.66º | 0.41% | 0.14% | - |
| HSV(B) | 169.66º | 0.58% | 0.2% | - |
| XYZ | 1.92 | 2.63 | 2.89 | - |
| YUV | 40.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 45 | 0.58 | 0 | 0.10 | 0.80 | 169.66 | 0.41 | 0.14 |
| Hex | 15 | 32 | 2D | 3A | 0 | A | 50 | AA | 29 | E |
| Octal | 25 | 62 | 55 | 72 | 0 | 12 | 120 | 252 | 51 | 16 |
| Binary | 10101 | 110010 | 101101 | 111010 | 0 | 1010 | 1010000 | 10101010 | 101001 | 1110 |
Color Harmonies of #15322D
Complementary color
Monochromatic Colors of #15322D
Black with #15322D
Text Example
Text Example
White with #15322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15322D; }
p { color: rgb(21,50,45); }
H1.HeaderClassName
{
color: #15322D;
}
.AnyTagClassName
{
color: #15322D;
}
</style>
background-color css
<style>
a { background-color: #15322D; }
a { background-color: rgb(21,50,45); }
div.DivClassName
{
background-color: #15322D;
}
.BgClassName
{
background-color: #15322D;
}
</style>
border-color css
<style>
span { border-color: #15322D; }
span { border-color: rgb(21,50,45); }
td.TdClassName
{
border-color: #15322D;
}
.TagClassName
{
border-color: #15322D;
}
</style>