Shades of Racing Green #26312E
Tints of Racing Green #26312E
RGB
CMYK
RGB Variations
Color information
#26312E (or 0x26312E) is known color: Racing Green. HEX triplet: 26, 31 and 2E. RGB value is (38,49,46). Sum of RGB (Red+Green+Blue) = 38+49+46=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #26312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26312E is #D9CED1. Grayscale: #2D2D2D. Windows color (decimal): -14274258 or 3027238. OLE color: 3027238.
HSL color Cylindrical-coordinate representation of color #26312E: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #26312E is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 46 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.81 |
| HSL | 163.64º | 0.13% | 0.17% | - |
| HSV(B) | 163.64º | 0.22% | 0.19% | - |
| XYZ | 2.39 | 2.81 | 3 | - |
| YUV | 45.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 46 | 0.22 | 0 | 0.06 | 0.81 | 163.64 | 0.13 | 0.17 |
| Hex | 26 | 31 | 2E | 16 | 0 | 6 | 51 | A4 | D | 11 |
| Octal | 46 | 61 | 56 | 26 | 0 | 6 | 121 | 244 | 15 | 21 |
| Binary | 100110 | 110001 | 101110 | 10110 | 0 | 110 | 1010001 | 10100100 | 1101 | 10001 |
Color Harmonies of #26312E
Complementary color
Monochromatic Colors of #26312E
Black with #26312E
Text Example
Text Example
White with #26312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26312E; }
p { color: rgb(38,49,46); }
H1.HeaderClassName
{
color: #26312E;
}
.AnyTagClassName
{
color: #26312E;
}
</style>
background-color css
<style>
a { background-color: #26312E; }
a { background-color: rgb(38,49,46); }
div.DivClassName
{
background-color: #26312E;
}
.BgClassName
{
background-color: #26312E;
}
</style>
border-color css
<style>
span { border-color: #26312E; }
span { border-color: rgb(38,49,46); }
td.TdClassName
{
border-color: #26312E;
}
.TagClassName
{
border-color: #26312E;
}
</style>