Shades of Racing Green #1A3930
Tints of Racing Green #1A3930
RGB
CMYK
RGB Variations
Color information
#1A3930 (or 0x1A3930) is known color: Racing Green. HEX triplet: 1A, 39 and 30. RGB value is (26,57,48). Sum of RGB (Red+Green+Blue) = 26+57+48=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #1A3930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3930 is #E5C6CF. Grayscale: #2E2E2E. Windows color (decimal): -15058640 or 3160346. OLE color: 3160346.
HSL color Cylindrical-coordinate representation of color #1A3930: hue angle of 162.58º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3930 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 57 | 48 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.78 |
| HSL | 162.58º | 0.37% | 0.16% | - |
| HSV(B) | 162.58º | 0.54% | 0.22% | - |
| XYZ | 2.42 | 3.36 | 3.32 | - |
| YUV | 46.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 48 | 0.54 | 0 | 0.16 | 0.78 | 162.58 | 0.37 | 0.16 |
| Hex | 1A | 39 | 30 | 36 | 0 | 10 | 4E | A3 | 25 | 10 |
| Octal | 32 | 71 | 60 | 66 | 0 | 20 | 116 | 243 | 45 | 20 |
| Binary | 11010 | 111001 | 110000 | 110110 | 0 | 10000 | 1001110 | 10100011 | 100101 | 10000 |
Color Harmonies of #1A3930
Complementary color
Monochromatic Colors of #1A3930
Black with #1A3930
Text Example
Text Example
White with #1A3930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3930; }
p { color: rgb(26,57,48); }
H1.HeaderClassName
{
color: #1A3930;
}
.AnyTagClassName
{
color: #1A3930;
}
</style>
background-color css
<style>
a { background-color: #1A3930; }
a { background-color: rgb(26,57,48); }
div.DivClassName
{
background-color: #1A3930;
}
.BgClassName
{
background-color: #1A3930;
}
</style>
border-color css
<style>
span { border-color: #1A3930; }
span { border-color: rgb(26,57,48); }
td.TdClassName
{
border-color: #1A3930;
}
.TagClassName
{
border-color: #1A3930;
}
</style>