Shades of Racing Green #1A3830
Tints of Racing Green #1A3830
RGB
CMYK
RGB Variations
Color information
#1A3830 (or 0x1A3830) is known color: Racing Green. HEX triplet: 1A, 38 and 30. RGB value is (26,56,48). Sum of RGB (Red+Green+Blue) = 26+56+48=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3830 is #E5C7CF. Grayscale: #2E2E2E. Windows color (decimal): -15058896 or 3160090. OLE color: 3160090.
HSL color Cylindrical-coordinate representation of color #1A3830: hue angle of 164º 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 #1A3830 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 48 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.78 |
| HSL | 164º | 0.37% | 0.16% | - |
| HSV(B) | 164º | 0.54% | 0.22% | - |
| XYZ | 2.37 | 3.26 | 3.3 | - |
| YUV | 46.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 48 | 0.54 | 0 | 0.14 | 0.78 | 164 | 0.37 | 0.16 |
| Hex | 1A | 38 | 30 | 36 | 0 | E | 4E | A4 | 25 | 10 |
| Octal | 32 | 70 | 60 | 66 | 0 | 16 | 116 | 244 | 45 | 20 |
| Binary | 11010 | 111000 | 110000 | 110110 | 0 | 1110 | 1001110 | 10100100 | 100101 | 10000 |
Color Harmonies of #1A3830
Complementary color
Monochromatic Colors of #1A3830
Black with #1A3830
Text Example
Text Example
White with #1A3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3830; }
p { color: rgb(26,56,48); }
H1.HeaderClassName
{
color: #1A3830;
}
.AnyTagClassName
{
color: #1A3830;
}
</style>
background-color css
<style>
a { background-color: #1A3830; }
a { background-color: rgb(26,56,48); }
div.DivClassName
{
background-color: #1A3830;
}
.BgClassName
{
background-color: #1A3830;
}
</style>
border-color css
<style>
span { border-color: #1A3830; }
span { border-color: rgb(26,56,48); }
td.TdClassName
{
border-color: #1A3830;
}
.TagClassName
{
border-color: #1A3830;
}
</style>