Shades of Racing Green #132A27
Tints of Racing Green #132A27
RGB
CMYK
RGB Variations
Color information
#132A27 (or 0x132A27) is known color: Racing Green. HEX triplet: 13, 2A and 27. RGB value is (19,42,39). Sum of RGB (Red+Green+Blue) = 19+42+39=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 42 - color contains mainly: green. Hex color #132A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A27 is #ECD5D8. Grayscale: #222222. Windows color (decimal): -15521241 or 2566675. OLE color: 2566675.
HSL color Cylindrical-coordinate representation of color #132A27: hue angle of 172.17º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A27 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 39 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.84 |
| HSL | 172.17º | 0.38% | 0.12% | - |
| HSV(B) | 172.17º | 0.55% | 0.16% | - |
| XYZ | 1.46 | 1.94 | 2.22 | - |
| YUV | 34.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 39 | 0.55 | 0 | 0.07 | 0.84 | 172.17 | 0.38 | 0.12 |
| Hex | 13 | 2A | 27 | 37 | 0 | 7 | 54 | AC | 26 | C |
| Octal | 23 | 52 | 47 | 67 | 0 | 7 | 124 | 254 | 46 | 14 |
| Binary | 10011 | 101010 | 100111 | 110111 | 0 | 111 | 1010100 | 10101100 | 100110 | 1100 |
Color Harmonies of #132A27
Complementary color
Monochromatic Colors of #132A27
Black with #132A27
Text Example
Text Example
White with #132A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A27; }
p { color: rgb(19,42,39); }
H1.HeaderClassName
{
color: #132A27;
}
.AnyTagClassName
{
color: #132A27;
}
</style>
background-color css
<style>
a { background-color: #132A27; }
a { background-color: rgb(19,42,39); }
div.DivClassName
{
background-color: #132A27;
}
.BgClassName
{
background-color: #132A27;
}
</style>
border-color css
<style>
span { border-color: #132A27; }
span { border-color: rgb(19,42,39); }
td.TdClassName
{
border-color: #132A27;
}
.TagClassName
{
border-color: #132A27;
}
</style>