Shades of Racing Green #1A2D29
Tints of Racing Green #1A2D29
RGB
CMYK
RGB Variations
Color information
#1A2D29 (or 0x1A2D29) is known color: Racing Green. HEX triplet: 1A, 2D and 29. RGB value is (26,45,41). Sum of RGB (Red+Green+Blue) = 26+45+41=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 45 - color contains mainly: green. Hex color #1A2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2D29 is #E5D2D6. Grayscale: #262626. Windows color (decimal): -15061719 or 2698522. OLE color: 2698522.
HSL color Cylindrical-coordinate representation of color #1A2D29: hue angle of 167.37º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1A2D29 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 45 | 41 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.82 |
| HSL | 167.37º | 0.27% | 0.14% | - |
| HSV(B) | 167.37º | 0.42% | 0.18% | - |
| XYZ | 1.76 | 2.26 | 2.44 | - |
| YUV | 38.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 41 | 0.42 | 0 | 0.09 | 0.82 | 167.37 | 0.27 | 0.14 |
| Hex | 1A | 2D | 29 | 2A | 0 | 9 | 52 | A7 | 1B | E |
| Octal | 32 | 55 | 51 | 52 | 0 | 11 | 122 | 247 | 33 | 16 |
| Binary | 11010 | 101101 | 101001 | 101010 | 0 | 1001 | 1010010 | 10100111 | 11011 | 1110 |
Color Harmonies of #1A2D29
Complementary color
Monochromatic Colors of #1A2D29
Black with #1A2D29
Text Example
Text Example
White with #1A2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D29; }
p { color: rgb(26,45,41); }
H1.HeaderClassName
{
color: #1A2D29;
}
.AnyTagClassName
{
color: #1A2D29;
}
</style>
background-color css
<style>
a { background-color: #1A2D29; }
a { background-color: rgb(26,45,41); }
div.DivClassName
{
background-color: #1A2D29;
}
.BgClassName
{
background-color: #1A2D29;
}
</style>
border-color css
<style>
span { border-color: #1A2D29; }
span { border-color: rgb(26,45,41); }
td.TdClassName
{
border-color: #1A2D29;
}
.TagClassName
{
border-color: #1A2D29;
}
</style>