Shades of Racing Green #1A2B28
Tints of Racing Green #1A2B28
RGB
CMYK
RGB Variations
Color information
#1A2B28 (or 0x1A2B28) is known color: Racing Green. HEX triplet: 1A, 2B and 28. RGB value is (26,43,40). Sum of RGB (Red+Green+Blue) = 26+43+40=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 43 - color contains mainly: green. Hex color #1A2B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2B28 is #E5D4D7. Grayscale: #252525. Windows color (decimal): -15062232 or 2632474. OLE color: 2632474.
HSL color Cylindrical-coordinate representation of color #1A2B28: hue angle of 169.41º 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 #1A2B28 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 43 | 40 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.83 |
| HSL | 169.41º | 0.25% | 0.14% | - |
| HSV(B) | 169.41º | 0.4% | 0.17% | - |
| XYZ | 1.67 | 2.1 | 2.32 | - |
| YUV | 37.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 40 | 0.40 | 0 | 0.07 | 0.83 | 169.41 | 0.25 | 0.14 |
| Hex | 1A | 2B | 28 | 28 | 0 | 7 | 53 | A9 | 19 | E |
| Octal | 32 | 53 | 50 | 50 | 0 | 7 | 123 | 251 | 31 | 16 |
| Binary | 11010 | 101011 | 101000 | 101000 | 0 | 111 | 1010011 | 10101001 | 11001 | 1110 |
Color Harmonies of #1A2B28
Complementary color
Monochromatic Colors of #1A2B28
Black with #1A2B28
Text Example
Text Example
White with #1A2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B28; }
p { color: rgb(26,43,40); }
H1.HeaderClassName
{
color: #1A2B28;
}
.AnyTagClassName
{
color: #1A2B28;
}
</style>
background-color css
<style>
a { background-color: #1A2B28; }
a { background-color: rgb(26,43,40); }
div.DivClassName
{
background-color: #1A2B28;
}
.BgClassName
{
background-color: #1A2B28;
}
</style>
border-color css
<style>
span { border-color: #1A2B28; }
span { border-color: rgb(26,43,40); }
td.TdClassName
{
border-color: #1A2B28;
}
.TagClassName
{
border-color: #1A2B28;
}
</style>