Shades of Racing Green #23312C
Tints of Racing Green #23312C
RGB
CMYK
RGB Variations
Color information
#23312C (or 0x23312C) is known color: Racing Green. HEX triplet: 23, 31 and 2C. RGB value is (35,49,44). Sum of RGB (Red+Green+Blue) = 35+49+44=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #23312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23312C is #DCCED3. Grayscale: #2C2C2C. Windows color (decimal): -14470868 or 2896163. OLE color: 2896163.
HSL color Cylindrical-coordinate representation of color #23312C: hue angle of 158.57º 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 #23312C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 49 | 44 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.81 |
| HSL | 158.57º | 0.17% | 0.16% | - |
| HSV(B) | 158.57º | 0.29% | 0.19% | - |
| XYZ | 2.25 | 2.74 | 2.79 | - |
| YUV | 44.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 44 | 0.29 | 0 | 0.10 | 0.81 | 158.57 | 0.17 | 0.16 |
| Hex | 23 | 31 | 2C | 1D | 0 | A | 51 | 9F | 11 | 10 |
| Octal | 43 | 61 | 54 | 35 | 0 | 12 | 121 | 237 | 21 | 20 |
| Binary | 100011 | 110001 | 101100 | 11101 | 0 | 1010 | 1010001 | 10011111 | 10001 | 10000 |
Color Harmonies of #23312C
Complementary color
Monochromatic Colors of #23312C
Black with #23312C
Text Example
Text Example
White with #23312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23312C; }
p { color: rgb(35,49,44); }
H1.HeaderClassName
{
color: #23312C;
}
.AnyTagClassName
{
color: #23312C;
}
</style>
background-color css
<style>
a { background-color: #23312C; }
a { background-color: rgb(35,49,44); }
div.DivClassName
{
background-color: #23312C;
}
.BgClassName
{
background-color: #23312C;
}
</style>
border-color css
<style>
span { border-color: #23312C; }
span { border-color: rgb(35,49,44); }
td.TdClassName
{
border-color: #23312C;
}
.TagClassName
{
border-color: #23312C;
}
</style>