Shades of Racing Green #232D2B
Tints of Racing Green #232D2B
RGB
CMYK
RGB Variations
Color information
#232D2B (or 0x232D2B) is known color: Racing Green. HEX triplet: 23, 2D and 2B. RGB value is (35,45,43). Sum of RGB (Red+Green+Blue) = 35+45+43=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #232D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D2B is #DCD2D4. Grayscale: #292929. Windows color (decimal): -14471893 or 2829603. OLE color: 2829603.
HSL color Cylindrical-coordinate representation of color #232D2B: hue angle of 168º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #232D2B is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 43 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.82 |
| HSL | 168º | 0.13% | 0.16% | - |
| HSV(B) | 168º | 0.22% | 0.18% | - |
| XYZ | 2.07 | 2.41 | 2.64 | - |
| YUV | 41.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 43 | 0.22 | 0 | 0.04 | 0.82 | 168 | 0.13 | 0.16 |
| Hex | 23 | 2D | 2B | 16 | 0 | 4 | 52 | A8 | C | 10 |
| Octal | 43 | 55 | 53 | 26 | 0 | 4 | 122 | 250 | 14 | 20 |
| Binary | 100011 | 101101 | 101011 | 10110 | 0 | 100 | 1010010 | 10101000 | 1100 | 10000 |
Color Harmonies of #232D2B
Complementary color
Monochromatic Colors of #232D2B
Black with #232D2B
Text Example
Text Example
White with #232D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D2B; }
p { color: rgb(35,45,43); }
H1.HeaderClassName
{
color: #232D2B;
}
.AnyTagClassName
{
color: #232D2B;
}
</style>
background-color css
<style>
a { background-color: #232D2B; }
a { background-color: rgb(35,45,43); }
div.DivClassName
{
background-color: #232D2B;
}
.BgClassName
{
background-color: #232D2B;
}
</style>
border-color css
<style>
span { border-color: #232D2B; }
span { border-color: rgb(35,45,43); }
td.TdClassName
{
border-color: #232D2B;
}
.TagClassName
{
border-color: #232D2B;
}
</style>