Shades of Racing Green #23302E
Tints of Racing Green #23302E
RGB
CMYK
RGB Variations
Color information
#23302E (or 0x23302E) is known color: Racing Green. HEX triplet: 23, 30 and 2E. RGB value is (35,48,46). Sum of RGB (Red+Green+Blue) = 35+48+46=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #23302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23302E is #DCCFD1. Grayscale: #2B2B2B. Windows color (decimal): -14471122 or 3026979. OLE color: 3026979.
HSL color Cylindrical-coordinate representation of color #23302E: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #23302E is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 48 | 46 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.81 |
| HSL | 170.77º | 0.16% | 0.16% | - |
| HSV(B) | 170.77º | 0.27% | 0.19% | - |
| XYZ | 2.24 | 2.67 | 2.98 | - |
| YUV | 43.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 46 | 0.27 | 0 | 0.04 | 0.81 | 170.77 | 0.16 | 0.16 |
| Hex | 23 | 30 | 2E | 1B | 0 | 4 | 51 | AB | 10 | 10 |
| Octal | 43 | 60 | 56 | 33 | 0 | 4 | 121 | 253 | 20 | 20 |
| Binary | 100011 | 110000 | 101110 | 11011 | 0 | 100 | 1010001 | 10101011 | 10000 | 10000 |
Color Harmonies of #23302E
Complementary color
Monochromatic Colors of #23302E
Black with #23302E
Text Example
Text Example
White with #23302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23302E; }
p { color: rgb(35,48,46); }
H1.HeaderClassName
{
color: #23302E;
}
.AnyTagClassName
{
color: #23302E;
}
</style>
background-color css
<style>
a { background-color: #23302E; }
a { background-color: rgb(35,48,46); }
div.DivClassName
{
background-color: #23302E;
}
.BgClassName
{
background-color: #23302E;
}
</style>
border-color css
<style>
span { border-color: #23302E; }
span { border-color: rgb(35,48,46); }
td.TdClassName
{
border-color: #23302E;
}
.TagClassName
{
border-color: #23302E;
}
</style>