Shades of Racing Green #232D2A
Tints of Racing Green #232D2A
RGB
CMYK
RGB Variations
Color information
#232D2A (or 0x232D2A) is known color: Racing Green. HEX triplet: 23, 2D and 2A. RGB value is (35,45,42). Sum of RGB (Red+Green+Blue) = 35+45+42=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 45 - color contains mainly: green. Hex color #232D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D2A is #DCD2D5. Grayscale: #292929. Windows color (decimal): -14471894 or 2764067. OLE color: 2764067.
HSL color Cylindrical-coordinate representation of color #232D2A: hue angle of 162º 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 #232D2A is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 42 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.82 |
| HSL | 162º | 0.13% | 0.16% | - |
| HSV(B) | 162º | 0.22% | 0.18% | - |
| XYZ | 2.05 | 2.4 | 2.55 | - |
| YUV | 41.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 42 | 0.22 | 0 | 0.07 | 0.82 | 162 | 0.13 | 0.16 |
| Hex | 23 | 2D | 2A | 16 | 0 | 7 | 52 | A2 | C | 10 |
| Octal | 43 | 55 | 52 | 26 | 0 | 7 | 122 | 242 | 14 | 20 |
| Binary | 100011 | 101101 | 101010 | 10110 | 0 | 111 | 1010010 | 10100010 | 1100 | 10000 |
Color Harmonies of #232D2A
Complementary color
Monochromatic Colors of #232D2A
Black with #232D2A
Text Example
Text Example
White with #232D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D2A; }
p { color: rgb(35,45,42); }
H1.HeaderClassName
{
color: #232D2A;
}
.AnyTagClassName
{
color: #232D2A;
}
</style>
background-color css
<style>
a { background-color: #232D2A; }
a { background-color: rgb(35,45,42); }
div.DivClassName
{
background-color: #232D2A;
}
.BgClassName
{
background-color: #232D2A;
}
</style>
border-color css
<style>
span { border-color: #232D2A; }
span { border-color: rgb(35,45,42); }
td.TdClassName
{
border-color: #232D2A;
}
.TagClassName
{
border-color: #232D2A;
}
</style>