Shades of Racing Green #132E26
Tints of Racing Green #132E26
RGB
CMYK
RGB Variations
Color information
#132E26 (or 0x132E26) is known color: Racing Green. HEX triplet: 13, 2E and 26. RGB value is (19,46,38). Sum of RGB (Red+Green+Blue) = 19+46+38=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #132E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E26 is #ECD1D9. Grayscale: #252525. Windows color (decimal): -15520218 or 2502163. OLE color: 2502163.
HSL color Cylindrical-coordinate representation of color #132E26: hue angle of 162.22º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E26 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 38 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.82 |
| HSL | 162.22º | 0.42% | 0.13% | - |
| HSV(B) | 162.22º | 0.59% | 0.18% | - |
| XYZ | 1.6 | 2.23 | 2.18 | - |
| YUV | 37.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 38 | 0.59 | 0 | 0.17 | 0.82 | 162.22 | 0.42 | 0.13 |
| Hex | 13 | 2E | 26 | 3B | 0 | 11 | 52 | A2 | 2A | D |
| Octal | 23 | 56 | 46 | 73 | 0 | 21 | 122 | 242 | 52 | 15 |
| Binary | 10011 | 101110 | 100110 | 111011 | 0 | 10001 | 1010010 | 10100010 | 101010 | 1101 |
Color Harmonies of #132E26
Complementary color
Monochromatic Colors of #132E26
Black with #132E26
Text Example
Text Example
White with #132E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E26; }
p { color: rgb(19,46,38); }
H1.HeaderClassName
{
color: #132E26;
}
.AnyTagClassName
{
color: #132E26;
}
</style>
background-color css
<style>
a { background-color: #132E26; }
a { background-color: rgb(19,46,38); }
div.DivClassName
{
background-color: #132E26;
}
.BgClassName
{
background-color: #132E26;
}
</style>
border-color css
<style>
span { border-color: #132E26; }
span { border-color: rgb(19,46,38); }
td.TdClassName
{
border-color: #132E26;
}
.TagClassName
{
border-color: #132E26;
}
</style>