Shades of Racing Green #1A2B29
Tints of Racing Green #1A2B29
RGB
CMYK
RGB Variations
Color information
#1A2B29 (or 0x1A2B29) is known color: Racing Green. HEX triplet: 1A, 2B and 29. RGB value is (26,43,41). Sum of RGB (Red+Green+Blue) = 26+43+41=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 43 - color contains mainly: green. Hex color #1A2B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2B29 is #E5D4D6. Grayscale: #252525. Windows color (decimal): -15062231 or 2698010. OLE color: 2698010.
HSL color Cylindrical-coordinate representation of color #1A2B29: hue angle of 172.94º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1A2B29 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 43 | 41 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.83 |
| HSL | 172.94º | 0.25% | 0.14% | - |
| HSV(B) | 172.94º | 0.4% | 0.17% | - |
| XYZ | 1.69 | 2.11 | 2.42 | - |
| YUV | 37.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 41 | 0.40 | 0 | 0.05 | 0.83 | 172.94 | 0.25 | 0.14 |
| Hex | 1A | 2B | 29 | 28 | 0 | 5 | 53 | AD | 19 | E |
| Octal | 32 | 53 | 51 | 50 | 0 | 5 | 123 | 255 | 31 | 16 |
| Binary | 11010 | 101011 | 101001 | 101000 | 0 | 101 | 1010011 | 10101101 | 11001 | 1110 |
Color Harmonies of #1A2B29
Complementary color
Monochromatic Colors of #1A2B29
Black with #1A2B29
Text Example
Text Example
White with #1A2B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B29; }
p { color: rgb(26,43,41); }
H1.HeaderClassName
{
color: #1A2B29;
}
.AnyTagClassName
{
color: #1A2B29;
}
</style>
background-color css
<style>
a { background-color: #1A2B29; }
a { background-color: rgb(26,43,41); }
div.DivClassName
{
background-color: #1A2B29;
}
.BgClassName
{
background-color: #1A2B29;
}
</style>
border-color css
<style>
span { border-color: #1A2B29; }
span { border-color: rgb(26,43,41); }
td.TdClassName
{
border-color: #1A2B29;
}
.TagClassName
{
border-color: #1A2B29;
}
</style>