Shades of Racing Green #1A3530
Tints of Racing Green #1A3530
RGB
CMYK
RGB Variations
Color information
#1A3530 (or 0x1A3530) is known color: Racing Green. HEX triplet: 1A, 35 and 30. RGB value is (26,53,48). Sum of RGB (Red+Green+Blue) = 26+53+48=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3530 is #E5CACF. Grayscale: #2C2C2C. Windows color (decimal): -15059664 or 3159322. OLE color: 3159322.
HSL color Cylindrical-coordinate representation of color #1A3530: hue angle of 168.89º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A3530 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 48 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.79 |
| HSL | 168.89º | 0.34% | 0.15% | - |
| HSV(B) | 168.89º | 0.51% | 0.21% | - |
| XYZ | 2.23 | 2.98 | 3.25 | - |
| YUV | 44.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 48 | 0.51 | 0 | 0.09 | 0.79 | 168.89 | 0.34 | 0.15 |
| Hex | 1A | 35 | 30 | 33 | 0 | 9 | 4F | A9 | 22 | F |
| Octal | 32 | 65 | 60 | 63 | 0 | 11 | 117 | 251 | 42 | 17 |
| Binary | 11010 | 110101 | 110000 | 110011 | 0 | 1001 | 1001111 | 10101001 | 100010 | 1111 |
Color Harmonies of #1A3530
Complementary color
Monochromatic Colors of #1A3530
Black with #1A3530
Text Example
Text Example
White with #1A3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3530; }
p { color: rgb(26,53,48); }
H1.HeaderClassName
{
color: #1A3530;
}
.AnyTagClassName
{
color: #1A3530;
}
</style>
background-color css
<style>
a { background-color: #1A3530; }
a { background-color: rgb(26,53,48); }
div.DivClassName
{
background-color: #1A3530;
}
.BgClassName
{
background-color: #1A3530;
}
</style>
border-color css
<style>
span { border-color: #1A3530; }
span { border-color: rgb(26,53,48); }
td.TdClassName
{
border-color: #1A3530;
}
.TagClassName
{
border-color: #1A3530;
}
</style>