Shades of Racing Green #153430
Tints of Racing Green #153430
RGB
CMYK
RGB Variations
Color information
#153430 (or 0x153430) is known color: Racing Green. HEX triplet: 15, 34 and 30. RGB value is (21,52,48). Sum of RGB (Red+Green+Blue) = 21+52+48=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #153430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153430 is #EACBCF. Grayscale: #2A2A2A. Windows color (decimal): -15387600 or 3159061. OLE color: 3159061.
HSL color Cylindrical-coordinate representation of color #153430: hue angle of 172.26º 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 #153430 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 52 | 48 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.80 |
| HSL | 172.26º | 0.42% | 0.14% | - |
| HSV(B) | 172.26º | 0.6% | 0.2% | - |
| XYZ | 2.07 | 2.83 | 3.23 | - |
| YUV | 42.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 48 | 0.60 | 0 | 0.08 | 0.80 | 172.26 | 0.42 | 0.14 |
| Hex | 15 | 34 | 30 | 3C | 0 | 8 | 50 | AC | 2A | E |
| Octal | 25 | 64 | 60 | 74 | 0 | 10 | 120 | 254 | 52 | 16 |
| Binary | 10101 | 110100 | 110000 | 111100 | 0 | 1000 | 1010000 | 10101100 | 101010 | 1110 |
Color Harmonies of #153430
Complementary color
Monochromatic Colors of #153430
Black with #153430
Text Example
Text Example
White with #153430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153430; }
p { color: rgb(21,52,48); }
H1.HeaderClassName
{
color: #153430;
}
.AnyTagClassName
{
color: #153430;
}
</style>
background-color css
<style>
a { background-color: #153430; }
a { background-color: rgb(21,52,48); }
div.DivClassName
{
background-color: #153430;
}
.BgClassName
{
background-color: #153430;
}
</style>
border-color css
<style>
span { border-color: #153430; }
span { border-color: rgb(21,52,48); }
td.TdClassName
{
border-color: #153430;
}
.TagClassName
{
border-color: #153430;
}
</style>