Shades of Racing Green #132E2A
Tints of Racing Green #132E2A
RGB
CMYK
RGB Variations
Color information
#132E2A (or 0x132E2A) is known color: Racing Green. HEX triplet: 13, 2E and 2A. RGB value is (19,46,42). Sum of RGB (Red+Green+Blue) = 19+46+42=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #132E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E2A is #ECD1D5. Grayscale: #252525. Windows color (decimal): -15520214 or 2764307. OLE color: 2764307.
HSL color Cylindrical-coordinate representation of color #132E2A: hue angle of 171.11º 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 #132E2A is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 42 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.82 |
| HSL | 171.11º | 0.42% | 0.13% | - |
| HSV(B) | 171.11º | 0.59% | 0.18% | - |
| XYZ | 1.66 | 2.26 | 2.54 | - |
| YUV | 37.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 42 | 0.59 | 0 | 0.09 | 0.82 | 171.11 | 0.42 | 0.13 |
| Hex | 13 | 2E | 2A | 3B | 0 | 9 | 52 | AB | 2A | D |
| Octal | 23 | 56 | 52 | 73 | 0 | 11 | 122 | 253 | 52 | 15 |
| Binary | 10011 | 101110 | 101010 | 111011 | 0 | 1001 | 1010010 | 10101011 | 101010 | 1101 |
Color Harmonies of #132E2A
Complementary color
Monochromatic Colors of #132E2A
Black with #132E2A
Text Example
Text Example
White with #132E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E2A; }
p { color: rgb(19,46,42); }
H1.HeaderClassName
{
color: #132E2A;
}
.AnyTagClassName
{
color: #132E2A;
}
</style>
background-color css
<style>
a { background-color: #132E2A; }
a { background-color: rgb(19,46,42); }
div.DivClassName
{
background-color: #132E2A;
}
.BgClassName
{
background-color: #132E2A;
}
</style>
border-color css
<style>
span { border-color: #132E2A; }
span { border-color: rgb(19,46,42); }
td.TdClassName
{
border-color: #132E2A;
}
.TagClassName
{
border-color: #132E2A;
}
</style>