Shades of Racing Green #153530
Tints of Racing Green #153530
RGB
CMYK
RGB Variations
Color information
#153530 (or 0x153530) is known color: Racing Green. HEX triplet: 15, 35 and 30. RGB value is (21,53,48). Sum of RGB (Red+Green+Blue) = 21+53+48=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #153530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153530 is #EACACF. Grayscale: #2A2A2A. Windows color (decimal): -15387344 or 3159317. OLE color: 3159317.
HSL color Cylindrical-coordinate representation of color #153530: hue angle of 170.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153530 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 48 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.79 |
| HSL | 170.63º | 0.43% | 0.15% | - |
| HSV(B) | 170.63º | 0.6% | 0.21% | - |
| XYZ | 2.12 | 2.92 | 3.25 | - |
| YUV | 42.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 48 | 0.60 | 0 | 0.09 | 0.79 | 170.63 | 0.43 | 0.15 |
| Hex | 15 | 35 | 30 | 3C | 0 | 9 | 4F | AB | 2B | F |
| Octal | 25 | 65 | 60 | 74 | 0 | 11 | 117 | 253 | 53 | 17 |
| Binary | 10101 | 110101 | 110000 | 111100 | 0 | 1001 | 1001111 | 10101011 | 101011 | 1111 |
Color Harmonies of #153530
Complementary color
Monochromatic Colors of #153530
Black with #153530
Text Example
Text Example
White with #153530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153530; }
p { color: rgb(21,53,48); }
H1.HeaderClassName
{
color: #153530;
}
.AnyTagClassName
{
color: #153530;
}
</style>
background-color css
<style>
a { background-color: #153530; }
a { background-color: rgb(21,53,48); }
div.DivClassName
{
background-color: #153530;
}
.BgClassName
{
background-color: #153530;
}
</style>
border-color css
<style>
span { border-color: #153530; }
span { border-color: rgb(21,53,48); }
td.TdClassName
{
border-color: #153530;
}
.TagClassName
{
border-color: #153530;
}
</style>