Shades of Racing Green #23322D
Tints of Racing Green #23322D
RGB
CMYK
RGB Variations
Color information
#23322D (or 0x23322D) is known color: Racing Green. HEX triplet: 23, 32 and 2D. RGB value is (35,50,45). Sum of RGB (Red+Green+Blue) = 35+50+45=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #23322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23322D is #DCCDD2. Grayscale: #2C2C2C. Windows color (decimal): -14470611 or 2961955. OLE color: 2961955.
HSL color Cylindrical-coordinate representation of color #23322D: hue angle of 160º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #23322D is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 45 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.80 |
| HSL | 160º | 0.18% | 0.17% | - |
| HSV(B) | 160º | 0.3% | 0.2% | - |
| XYZ | 2.31 | 2.83 | 2.91 | - |
| YUV | 44.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 45 | 0.30 | 0 | 0.10 | 0.80 | 160 | 0.18 | 0.17 |
| Hex | 23 | 32 | 2D | 1E | 0 | A | 50 | A0 | 12 | 11 |
| Octal | 43 | 62 | 55 | 36 | 0 | 12 | 120 | 240 | 22 | 21 |
| Binary | 100011 | 110010 | 101101 | 11110 | 0 | 1010 | 1010000 | 10100000 | 10010 | 10001 |
Color Harmonies of #23322D
Complementary color
Monochromatic Colors of #23322D
Black with #23322D
Text Example
Text Example
White with #23322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23322D; }
p { color: rgb(35,50,45); }
H1.HeaderClassName
{
color: #23322D;
}
.AnyTagClassName
{
color: #23322D;
}
</style>
background-color css
<style>
a { background-color: #23322D; }
a { background-color: rgb(35,50,45); }
div.DivClassName
{
background-color: #23322D;
}
.BgClassName
{
background-color: #23322D;
}
</style>
border-color css
<style>
span { border-color: #23322D; }
span { border-color: rgb(35,50,45); }
td.TdClassName
{
border-color: #23322D;
}
.TagClassName
{
border-color: #23322D;
}
</style>