Shades of Racing Green #232C29
Tints of Racing Green #232C29
RGB
CMYK
RGB Variations
Color information
#232C29 (or 0x232C29) is known color: Racing Green. HEX triplet: 23, 2C and 29. RGB value is (35,44,41). Sum of RGB (Red+Green+Blue) = 35+44+41=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 44 - color contains mainly: green. Hex color #232C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C29 is #DCD3D6. Grayscale: #282828. Windows color (decimal): -14472151 or 2698275. OLE color: 2698275.
HSL color Cylindrical-coordinate representation of color #232C29: hue angle of 160º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232C29 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 41 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.83 |
| HSL | 160º | 0.11% | 0.15% | - |
| HSV(B) | 160º | 0.2% | 0.17% | - |
| XYZ | 1.99 | 2.32 | 2.44 | - |
| YUV | 40.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 41 | 0.20 | 0 | 0.07 | 0.83 | 160 | 0.11 | 0.15 |
| Hex | 23 | 2C | 29 | 14 | 0 | 7 | 53 | A0 | B | F |
| Octal | 43 | 54 | 51 | 24 | 0 | 7 | 123 | 240 | 13 | 17 |
| Binary | 100011 | 101100 | 101001 | 10100 | 0 | 111 | 1010011 | 10100000 | 1011 | 1111 |
Color Harmonies of #232C29
Complementary color
Monochromatic Colors of #232C29
Black with #232C29
Text Example
Text Example
White with #232C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C29; }
p { color: rgb(35,44,41); }
H1.HeaderClassName
{
color: #232C29;
}
.AnyTagClassName
{
color: #232C29;
}
</style>
background-color css
<style>
a { background-color: #232C29; }
a { background-color: rgb(35,44,41); }
div.DivClassName
{
background-color: #232C29;
}
.BgClassName
{
background-color: #232C29;
}
</style>
border-color css
<style>
span { border-color: #232C29; }
span { border-color: rgb(35,44,41); }
td.TdClassName
{
border-color: #232C29;
}
.TagClassName
{
border-color: #232C29;
}
</style>