Shades of Racing Green #203430
Tints of Racing Green #203430
RGB
CMYK
RGB Variations
Color information
#203430 (or 0x203430) is known color: Racing Green. HEX triplet: 20, 34 and 30. RGB value is (32,52,48). Sum of RGB (Red+Green+Blue) = 32+52+48=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #203430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203430 is #DFCBCF. Grayscale: #2D2D2D. Windows color (decimal): -14666704 or 3159072. OLE color: 3159072.
HSL color Cylindrical-coordinate representation of color #203430: hue angle of 168º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #203430 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 48 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.80 |
| HSL | 168º | 0.24% | 0.16% | - |
| HSV(B) | 168º | 0.38% | 0.2% | - |
| XYZ | 2.36 | 2.98 | 3.25 | - |
| YUV | 45.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 48 | 0.38 | 0 | 0.08 | 0.80 | 168 | 0.24 | 0.16 |
| Hex | 20 | 34 | 30 | 26 | 0 | 8 | 50 | A8 | 18 | 10 |
| Octal | 40 | 64 | 60 | 46 | 0 | 10 | 120 | 250 | 30 | 20 |
| Binary | 100000 | 110100 | 110000 | 100110 | 0 | 1000 | 1010000 | 10101000 | 11000 | 10000 |
Color Harmonies of #203430
Complementary color
Monochromatic Colors of #203430
Black with #203430
Text Example
Text Example
White with #203430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203430; }
p { color: rgb(32,52,48); }
H1.HeaderClassName
{
color: #203430;
}
.AnyTagClassName
{
color: #203430;
}
</style>
background-color css
<style>
a { background-color: #203430; }
a { background-color: rgb(32,52,48); }
div.DivClassName
{
background-color: #203430;
}
.BgClassName
{
background-color: #203430;
}
</style>
border-color css
<style>
span { border-color: #203430; }
span { border-color: rgb(32,52,48); }
td.TdClassName
{
border-color: #203430;
}
.TagClassName
{
border-color: #203430;
}
</style>