Shades of Racing Green #1A3831
Tints of Racing Green #1A3831
RGB
CMYK
RGB Variations
Color information
#1A3831 (or 0x1A3831) is known color: Racing Green. HEX triplet: 1A, 38 and 31. RGB value is (26,56,49). Sum of RGB (Red+Green+Blue) = 26+56+49=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3831 is #E5C7CE. Grayscale: #2E2E2E. Windows color (decimal): -15058895 or 3225626. OLE color: 3225626.
HSL color Cylindrical-coordinate representation of color #1A3831: hue angle of 166º 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 #1A3831 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 49 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.78 |
| HSL | 166º | 0.37% | 0.16% | - |
| HSV(B) | 166º | 0.54% | 0.22% | - |
| XYZ | 2.39 | 3.27 | 3.41 | - |
| YUV | 46.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 49 | 0.54 | 0 | 0.12 | 0.78 | 166 | 0.37 | 0.16 |
| Hex | 1A | 38 | 31 | 36 | 0 | C | 4E | A6 | 25 | 10 |
| Octal | 32 | 70 | 61 | 66 | 0 | 14 | 116 | 246 | 45 | 20 |
| Binary | 11010 | 111000 | 110001 | 110110 | 0 | 1100 | 1001110 | 10100110 | 100101 | 10000 |
Color Harmonies of #1A3831
Complementary color
Monochromatic Colors of #1A3831
Black with #1A3831
Text Example
Text Example
White with #1A3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3831; }
p { color: rgb(26,56,49); }
H1.HeaderClassName
{
color: #1A3831;
}
.AnyTagClassName
{
color: #1A3831;
}
</style>
background-color css
<style>
a { background-color: #1A3831; }
a { background-color: rgb(26,56,49); }
div.DivClassName
{
background-color: #1A3831;
}
.BgClassName
{
background-color: #1A3831;
}
</style>
border-color css
<style>
span { border-color: #1A3831; }
span { border-color: rgb(26,56,49); }
td.TdClassName
{
border-color: #1A3831;
}
.TagClassName
{
border-color: #1A3831;
}
</style>