Shades of Racing Green #1A2724
Tints of Racing Green #1A2724
RGB
CMYK
RGB Variations
Color information
#1A2724 (or 0x1A2724) is known color: Racing Green. HEX triplet: 1A, 27 and 24. RGB value is (26,39,36). Sum of RGB (Red+Green+Blue) = 26+39+36=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 39 - color contains mainly: green. Hex color #1A2724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2724 is #E5D8DB. Grayscale: #222222. Windows color (decimal): -15063260 or 2369306. OLE color: 2369306.
HSL color Cylindrical-coordinate representation of color #1A2724: hue angle of 166.15º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A2724 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 39 | 36 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.85 |
| HSL | 166.15º | 0.2% | 0.13% | - |
| HSV(B) | 166.15º | 0.33% | 0.15% | - |
| XYZ | 1.47 | 1.8 | 1.94 | - |
| YUV | 34.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 36 | 0.33 | 0 | 0.08 | 0.85 | 166.15 | 0.2 | 0.13 |
| Hex | 1A | 27 | 24 | 21 | 0 | 8 | 55 | A6 | 14 | D |
| Octal | 32 | 47 | 44 | 41 | 0 | 10 | 125 | 246 | 24 | 15 |
| Binary | 11010 | 100111 | 100100 | 100001 | 0 | 1000 | 1010101 | 10100110 | 10100 | 1101 |
Color Harmonies of #1A2724
Complementary color
Monochromatic Colors of #1A2724
Black with #1A2724
Text Example
Text Example
White with #1A2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2724; }
p { color: rgb(26,39,36); }
H1.HeaderClassName
{
color: #1A2724;
}
.AnyTagClassName
{
color: #1A2724;
}
</style>
background-color css
<style>
a { background-color: #1A2724; }
a { background-color: rgb(26,39,36); }
div.DivClassName
{
background-color: #1A2724;
}
.BgClassName
{
background-color: #1A2724;
}
</style>
border-color css
<style>
span { border-color: #1A2724; }
span { border-color: rgb(26,39,36); }
td.TdClassName
{
border-color: #1A2724;
}
.TagClassName
{
border-color: #1A2724;
}
</style>