Shades of Racing Green #232A28
Tints of Racing Green #232A28
RGB
CMYK
RGB Variations
Color information
#232A28 (or 0x232A28) is known color: Racing Green. HEX triplet: 23, 2A and 28. RGB value is (35,42,40). Sum of RGB (Red+Green+Blue) = 35+42+40=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 42 - color contains mainly: green. Hex color #232A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A28 is #DCD5D7. Grayscale: #272727. Windows color (decimal): -14472664 or 2632227. OLE color: 2632227.
HSL color Cylindrical-coordinate representation of color #232A28: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #232A28 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 40 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.84 |
| HSL | 162.86º | 0.09% | 0.15% | - |
| HSV(B) | 162.86º | 0.17% | 0.16% | - |
| XYZ | 1.9 | 2.17 | 2.33 | - |
| YUV | 39.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 40 | 0.17 | 0 | 0.05 | 0.84 | 162.86 | 0.09 | 0.15 |
| Hex | 23 | 2A | 28 | 11 | 0 | 5 | 54 | A3 | 9 | F |
| Octal | 43 | 52 | 50 | 21 | 0 | 5 | 124 | 243 | 11 | 17 |
| Binary | 100011 | 101010 | 101000 | 10001 | 0 | 101 | 1010100 | 10100011 | 1001 | 1111 |
Color Harmonies of #232A28
Complementary color
Monochromatic Colors of #232A28
Black with #232A28
Text Example
Text Example
White with #232A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A28; }
p { color: rgb(35,42,40); }
H1.HeaderClassName
{
color: #232A28;
}
.AnyTagClassName
{
color: #232A28;
}
</style>
background-color css
<style>
a { background-color: #232A28; }
a { background-color: rgb(35,42,40); }
div.DivClassName
{
background-color: #232A28;
}
.BgClassName
{
background-color: #232A28;
}
</style>
border-color css
<style>
span { border-color: #232A28; }
span { border-color: rgb(35,42,40); }
td.TdClassName
{
border-color: #232A28;
}
.TagClassName
{
border-color: #232A28;
}
</style>