Shades of Racing Green #232E2B
Tints of Racing Green #232E2B
RGB
CMYK
RGB Variations
Color information
#232E2B (or 0x232E2B) is known color: Racing Green. HEX triplet: 23, 2E and 2B. RGB value is (35,46,43). Sum of RGB (Red+Green+Blue) = 35+46+43=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 46 - color contains mainly: green. Hex color #232E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E2B is #DCD1D4. Grayscale: #2A2A2A. Windows color (decimal): -14471637 or 2829859. OLE color: 2829859.
HSL color Cylindrical-coordinate representation of color #232E2B: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232E2B is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 43 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.82 |
| HSL | 163.64º | 0.14% | 0.16% | - |
| HSV(B) | 163.64º | 0.24% | 0.18% | - |
| XYZ | 2.11 | 2.49 | 2.65 | - |
| YUV | 42.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 43 | 0.24 | 0 | 0.07 | 0.82 | 163.64 | 0.14 | 0.16 |
| Hex | 23 | 2E | 2B | 18 | 0 | 7 | 52 | A4 | E | 10 |
| Octal | 43 | 56 | 53 | 30 | 0 | 7 | 122 | 244 | 16 | 20 |
| Binary | 100011 | 101110 | 101011 | 11000 | 0 | 111 | 1010010 | 10100100 | 1110 | 10000 |
Color Harmonies of #232E2B
Complementary color
Monochromatic Colors of #232E2B
Black with #232E2B
Text Example
Text Example
White with #232E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E2B; }
p { color: rgb(35,46,43); }
H1.HeaderClassName
{
color: #232E2B;
}
.AnyTagClassName
{
color: #232E2B;
}
</style>
background-color css
<style>
a { background-color: #232E2B; }
a { background-color: rgb(35,46,43); }
div.DivClassName
{
background-color: #232E2B;
}
.BgClassName
{
background-color: #232E2B;
}
</style>
border-color css
<style>
span { border-color: #232E2B; }
span { border-color: rgb(35,46,43); }
td.TdClassName
{
border-color: #232E2B;
}
.TagClassName
{
border-color: #232E2B;
}
</style>