Shades of Racing Green #1A3732
Tints of Racing Green #1A3732
RGB
CMYK
RGB Variations
Color information
#1A3732 (or 0x1A3732) is known color: Racing Green. HEX triplet: 1A, 37 and 32. RGB value is (26,55,50). Sum of RGB (Red+Green+Blue) = 26+55+50=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3732 is #E5C8CD. Grayscale: #2D2D2D. Windows color (decimal): -15059150 or 3290906. OLE color: 3290906.
HSL color Cylindrical-coordinate representation of color #1A3732: hue angle of 169.66º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A3732 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 55 | 50 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.78 |
| HSL | 169.66º | 0.36% | 0.16% | - |
| HSV(B) | 169.66º | 0.53% | 0.22% | - |
| XYZ | 2.37 | 3.18 | 3.51 | - |
| YUV | 45.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 50 | 0.53 | 0 | 0.09 | 0.78 | 169.66 | 0.36 | 0.16 |
| Hex | 1A | 37 | 32 | 35 | 0 | 9 | 4E | AA | 24 | 10 |
| Octal | 32 | 67 | 62 | 65 | 0 | 11 | 116 | 252 | 44 | 20 |
| Binary | 11010 | 110111 | 110010 | 110101 | 0 | 1001 | 1001110 | 10101010 | 100100 | 10000 |
Color Harmonies of #1A3732
Complementary color
Monochromatic Colors of #1A3732
Black with #1A3732
Text Example
Text Example
White with #1A3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3732; }
p { color: rgb(26,55,50); }
H1.HeaderClassName
{
color: #1A3732;
}
.AnyTagClassName
{
color: #1A3732;
}
</style>
background-color css
<style>
a { background-color: #1A3732; }
a { background-color: rgb(26,55,50); }
div.DivClassName
{
background-color: #1A3732;
}
.BgClassName
{
background-color: #1A3732;
}
</style>
border-color css
<style>
span { border-color: #1A3732; }
span { border-color: rgb(26,55,50); }
td.TdClassName
{
border-color: #1A3732;
}
.TagClassName
{
border-color: #1A3732;
}
</style>