Shades of Racing Green #23312D
Tints of Racing Green #23312D
RGB
CMYK
RGB Variations
Color information
#23312D (or 0x23312D) is known color: Racing Green. HEX triplet: 23, 31 and 2D. RGB value is (35,49,45). Sum of RGB (Red+Green+Blue) = 35+49+45=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #23312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23312D is #DCCED2. Grayscale: #2C2C2C. Windows color (decimal): -14470867 or 2961699. OLE color: 2961699.
HSL color Cylindrical-coordinate representation of color #23312D: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #23312D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 49 | 45 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.81 |
| HSL | 162.86º | 0.17% | 0.16% | - |
| HSV(B) | 162.86º | 0.29% | 0.19% | - |
| XYZ | 2.27 | 2.74 | 2.89 | - |
| YUV | 44.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 45 | 0.29 | 0 | 0.08 | 0.81 | 162.86 | 0.17 | 0.16 |
| Hex | 23 | 31 | 2D | 1D | 0 | 8 | 51 | A3 | 11 | 10 |
| Octal | 43 | 61 | 55 | 35 | 0 | 10 | 121 | 243 | 21 | 20 |
| Binary | 100011 | 110001 | 101101 | 11101 | 0 | 1000 | 1010001 | 10100011 | 10001 | 10000 |
Color Harmonies of #23312D
Complementary color
Monochromatic Colors of #23312D
Black with #23312D
Text Example
Text Example
White with #23312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23312D; }
p { color: rgb(35,49,45); }
H1.HeaderClassName
{
color: #23312D;
}
.AnyTagClassName
{
color: #23312D;
}
</style>
background-color css
<style>
a { background-color: #23312D; }
a { background-color: rgb(35,49,45); }
div.DivClassName
{
background-color: #23312D;
}
.BgClassName
{
background-color: #23312D;
}
</style>
border-color css
<style>
span { border-color: #23312D; }
span { border-color: rgb(35,49,45); }
td.TdClassName
{
border-color: #23312D;
}
.TagClassName
{
border-color: #23312D;
}
</style>