Shades of Racing Green #1A2E28
Tints of Racing Green #1A2E28
RGB
CMYK
RGB Variations
Color information
#1A2E28 (or 0x1A2E28) is known color: Racing Green. HEX triplet: 1A, 2E and 28. RGB value is (26,46,40). Sum of RGB (Red+Green+Blue) = 26+46+40=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E28 is #E5D1D7. Grayscale: #272727. Windows color (decimal): -15061464 or 2633242. OLE color: 2633242.
HSL color Cylindrical-coordinate representation of color #1A2E28: hue angle of 162º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E28 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 46 | 40 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.82 |
| HSL | 162º | 0.28% | 0.14% | - |
| HSV(B) | 162º | 0.43% | 0.18% | - |
| XYZ | 1.79 | 2.33 | 2.36 | - |
| YUV | 39.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 40 | 0.43 | 0 | 0.13 | 0.82 | 162 | 0.28 | 0.14 |
| Hex | 1A | 2E | 28 | 2B | 0 | D | 52 | A2 | 1C | E |
| Octal | 32 | 56 | 50 | 53 | 0 | 15 | 122 | 242 | 34 | 16 |
| Binary | 11010 | 101110 | 101000 | 101011 | 0 | 1101 | 1010010 | 10100010 | 11100 | 1110 |
Color Harmonies of #1A2E28
Complementary color
Monochromatic Colors of #1A2E28
Black with #1A2E28
Text Example
Text Example
White with #1A2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E28; }
p { color: rgb(26,46,40); }
H1.HeaderClassName
{
color: #1A2E28;
}
.AnyTagClassName
{
color: #1A2E28;
}
</style>
background-color css
<style>
a { background-color: #1A2E28; }
a { background-color: rgb(26,46,40); }
div.DivClassName
{
background-color: #1A2E28;
}
.BgClassName
{
background-color: #1A2E28;
}
</style>
border-color css
<style>
span { border-color: #1A2E28; }
span { border-color: rgb(26,46,40); }
td.TdClassName
{
border-color: #1A2E28;
}
.TagClassName
{
border-color: #1A2E28;
}
</style>