Shades of Racing Green #132721
Tints of Racing Green #132721
RGB
CMYK
RGB Variations
Color information
#132721 (or 0x132721) is known color: Racing Green. HEX triplet: 13, 27 and 21. RGB value is (19,39,33). Sum of RGB (Red+Green+Blue) = 19+39+33=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #132721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132721 is #ECD8DE. Grayscale: #202020. Windows color (decimal): -15522015 or 2172691. OLE color: 2172691.
HSL color Cylindrical-coordinate representation of color #132721: hue angle of 162º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132721 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 33 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.85 |
| HSL | 162º | 0.34% | 0.11% | - |
| HSV(B) | 162º | 0.51% | 0.15% | - |
| XYZ | 1.27 | 1.7 | 1.7 | - |
| YUV | 32.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 33 | 0.51 | 0 | 0.15 | 0.85 | 162 | 0.34 | 0.11 |
| Hex | 13 | 27 | 21 | 33 | 0 | F | 55 | A2 | 22 | B |
| Octal | 23 | 47 | 41 | 63 | 0 | 17 | 125 | 242 | 42 | 13 |
| Binary | 10011 | 100111 | 100001 | 110011 | 0 | 1111 | 1010101 | 10100010 | 100010 | 1011 |
Color Harmonies of #132721
Complementary color
Monochromatic Colors of #132721
Black with #132721
Text Example
Text Example
White with #132721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132721; }
p { color: rgb(19,39,33); }
H1.HeaderClassName
{
color: #132721;
}
.AnyTagClassName
{
color: #132721;
}
</style>
background-color css
<style>
a { background-color: #132721; }
a { background-color: rgb(19,39,33); }
div.DivClassName
{
background-color: #132721;
}
.BgClassName
{
background-color: #132721;
}
</style>
border-color css
<style>
span { border-color: #132721; }
span { border-color: rgb(19,39,33); }
td.TdClassName
{
border-color: #132721;
}
.TagClassName
{
border-color: #132721;
}
</style>