Shades of Racing Green #1A2523
Tints of Racing Green #1A2523
RGB
CMYK
RGB Variations
Color information
#1A2523 (or 0x1A2523) is known color: Racing Green. HEX triplet: 1A, 25 and 23. RGB value is (26,37,35). Sum of RGB (Red+Green+Blue) = 26+37+35=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2523 is #E5DADC. Grayscale: #212121. Windows color (decimal): -15063773 or 2303258. OLE color: 2303258.
HSL color Cylindrical-coordinate representation of color #1A2523: hue angle of 169.09º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A2523 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 35 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.85 |
| HSL | 169.09º | 0.17% | 0.12% | - |
| HSV(B) | 169.09º | 0.3% | 0.15% | - |
| XYZ | 1.39 | 1.66 | 1.84 | - |
| YUV | 33.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 35 | 0.30 | 0 | 0.05 | 0.85 | 169.09 | 0.17 | 0.12 |
| Hex | 1A | 25 | 23 | 1E | 0 | 5 | 55 | A9 | 11 | C |
| Octal | 32 | 45 | 43 | 36 | 0 | 5 | 125 | 251 | 21 | 14 |
| Binary | 11010 | 100101 | 100011 | 11110 | 0 | 101 | 1010101 | 10101001 | 10001 | 1100 |
Color Harmonies of #1A2523
Complementary color
Monochromatic Colors of #1A2523
Black with #1A2523
Text Example
Text Example
White with #1A2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2523; }
p { color: rgb(26,37,35); }
H1.HeaderClassName
{
color: #1A2523;
}
.AnyTagClassName
{
color: #1A2523;
}
</style>
background-color css
<style>
a { background-color: #1A2523; }
a { background-color: rgb(26,37,35); }
div.DivClassName
{
background-color: #1A2523;
}
.BgClassName
{
background-color: #1A2523;
}
</style>
border-color css
<style>
span { border-color: #1A2523; }
span { border-color: rgb(26,37,35); }
td.TdClassName
{
border-color: #1A2523;
}
.TagClassName
{
border-color: #1A2523;
}
</style>