Shades of Racing Green #1A392F
Tints of Racing Green #1A392F
RGB
CMYK
RGB Variations
Color information
#1A392F (or 0x1A392F) is known color: Racing Green. HEX triplet: 1A, 39 and 2F. RGB value is (26,57,47). Sum of RGB (Red+Green+Blue) = 26+57+47=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #1A392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A392F is #E5C6D0. Grayscale: #2E2E2E. Windows color (decimal): -15058641 or 3094810. OLE color: 3094810.
HSL color Cylindrical-coordinate representation of color #1A392F: hue angle of 160.65º 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 #1A392F is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 57 | 47 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.78 |
| HSL | 160.65º | 0.37% | 0.16% | - |
| HSV(B) | 160.65º | 0.54% | 0.22% | - |
| XYZ | 2.4 | 3.35 | 3.21 | - |
| YUV | 46.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 47 | 0.54 | 0 | 0.18 | 0.78 | 160.65 | 0.37 | 0.16 |
| Hex | 1A | 39 | 2F | 36 | 0 | 12 | 4E | A1 | 25 | 10 |
| Octal | 32 | 71 | 57 | 66 | 0 | 22 | 116 | 241 | 45 | 20 |
| Binary | 11010 | 111001 | 101111 | 110110 | 0 | 10010 | 1001110 | 10100001 | 100101 | 10000 |
Color Harmonies of #1A392F
Complementary color
Monochromatic Colors of #1A392F
Black with #1A392F
Text Example
Text Example
White with #1A392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A392F; }
p { color: rgb(26,57,47); }
H1.HeaderClassName
{
color: #1A392F;
}
.AnyTagClassName
{
color: #1A392F;
}
</style>
background-color css
<style>
a { background-color: #1A392F; }
a { background-color: rgb(26,57,47); }
div.DivClassName
{
background-color: #1A392F;
}
.BgClassName
{
background-color: #1A392F;
}
</style>
border-color css
<style>
span { border-color: #1A392F; }
span { border-color: rgb(26,57,47); }
td.TdClassName
{
border-color: #1A392F;
}
.TagClassName
{
border-color: #1A392F;
}
</style>