Shades of Racing Green #132F29
Tints of Racing Green #132F29
RGB
CMYK
RGB Variations
Color information
#132F29 (or 0x132F29) is known color: Racing Green. HEX triplet: 13, 2F and 29. RGB value is (19,47,41). Sum of RGB (Red+Green+Blue) = 19+47+41=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #132F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F29 is #ECD0D6. Grayscale: #252525. Windows color (decimal): -15519959 or 2699027. OLE color: 2699027.
HSL color Cylindrical-coordinate representation of color #132F29: hue angle of 167.14º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F29 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 41 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.82 |
| HSL | 167.14º | 0.42% | 0.13% | - |
| HSV(B) | 167.14º | 0.6% | 0.18% | - |
| XYZ | 1.69 | 2.33 | 2.46 | - |
| YUV | 37.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 41 | 0.60 | 0 | 0.13 | 0.82 | 167.14 | 0.42 | 0.13 |
| Hex | 13 | 2F | 29 | 3C | 0 | D | 52 | A7 | 2A | D |
| Octal | 23 | 57 | 51 | 74 | 0 | 15 | 122 | 247 | 52 | 15 |
| Binary | 10011 | 101111 | 101001 | 111100 | 0 | 1101 | 1010010 | 10100111 | 101010 | 1101 |
Color Harmonies of #132F29
Complementary color
Monochromatic Colors of #132F29
Black with #132F29
Text Example
Text Example
White with #132F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F29; }
p { color: rgb(19,47,41); }
H1.HeaderClassName
{
color: #132F29;
}
.AnyTagClassName
{
color: #132F29;
}
</style>
background-color css
<style>
a { background-color: #132F29; }
a { background-color: rgb(19,47,41); }
div.DivClassName
{
background-color: #132F29;
}
.BgClassName
{
background-color: #132F29;
}
</style>
border-color css
<style>
span { border-color: #132F29; }
span { border-color: rgb(19,47,41); }
td.TdClassName
{
border-color: #132F29;
}
.TagClassName
{
border-color: #132F29;
}
</style>