Shades of Racing Green #15312A
Tints of Racing Green #15312A
RGB
CMYK
RGB Variations
Color information
#15312A (or 0x15312A) is known color: Racing Green. HEX triplet: 15, 31 and 2A. RGB value is (21,49,42). Sum of RGB (Red+Green+Blue) = 21+49+42=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #15312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15312A is #EACED5. Grayscale: #272727. Windows color (decimal): -15388374 or 2765077. OLE color: 2765077.
HSL color Cylindrical-coordinate representation of color #15312A: hue angle of 165º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15312A is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 42 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.81 |
| HSL | 165º | 0.4% | 0.14% | - |
| HSV(B) | 165º | 0.57% | 0.19% | - |
| XYZ | 1.83 | 2.52 | 2.58 | - |
| YUV | 39.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 42 | 0.57 | 0 | 0.14 | 0.81 | 165 | 0.4 | 0.14 |
| Hex | 15 | 31 | 2A | 39 | 0 | E | 51 | A5 | 28 | E |
| Octal | 25 | 61 | 52 | 71 | 0 | 16 | 121 | 245 | 50 | 16 |
| Binary | 10101 | 110001 | 101010 | 111001 | 0 | 1110 | 1010001 | 10100101 | 101000 | 1110 |
Color Harmonies of #15312A
Complementary color
Monochromatic Colors of #15312A
Black with #15312A
Text Example
Text Example
White with #15312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15312A; }
p { color: rgb(21,49,42); }
H1.HeaderClassName
{
color: #15312A;
}
.AnyTagClassName
{
color: #15312A;
}
</style>
background-color css
<style>
a { background-color: #15312A; }
a { background-color: rgb(21,49,42); }
div.DivClassName
{
background-color: #15312A;
}
.BgClassName
{
background-color: #15312A;
}
</style>
border-color css
<style>
span { border-color: #15312A; }
span { border-color: rgb(21,49,42); }
td.TdClassName
{
border-color: #15312A;
}
.TagClassName
{
border-color: #15312A;
}
</style>