Shades of Racing Green #132C24
Tints of Racing Green #132C24
RGB
CMYK
RGB Variations
Color information
#132C24 (or 0x132C24) is known color: Racing Green. HEX triplet: 13, 2C and 24. RGB value is (19,44,36). Sum of RGB (Red+Green+Blue) = 19+44+36=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #132C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C24 is #ECD3DB. Grayscale: #232323. Windows color (decimal): -15520732 or 2370579. OLE color: 2370579.
HSL color Cylindrical-coordinate representation of color #132C24: hue angle of 160.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C24 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 36 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.83 |
| HSL | 160.8º | 0.4% | 0.12% | - |
| HSV(B) | 160.8º | 0.57% | 0.17% | - |
| XYZ | 1.49 | 2.07 | 1.99 | - |
| YUV | 35.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 36 | 0.57 | 0 | 0.18 | 0.83 | 160.8 | 0.4 | 0.12 |
| Hex | 13 | 2C | 24 | 39 | 0 | 12 | 53 | A1 | 28 | C |
| Octal | 23 | 54 | 44 | 71 | 0 | 22 | 123 | 241 | 50 | 14 |
| Binary | 10011 | 101100 | 100100 | 111001 | 0 | 10010 | 1010011 | 10100001 | 101000 | 1100 |
Color Harmonies of #132C24
Complementary color
Monochromatic Colors of #132C24
Black with #132C24
Text Example
Text Example
White with #132C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C24; }
p { color: rgb(19,44,36); }
H1.HeaderClassName
{
color: #132C24;
}
.AnyTagClassName
{
color: #132C24;
}
</style>
background-color css
<style>
a { background-color: #132C24; }
a { background-color: rgb(19,44,36); }
div.DivClassName
{
background-color: #132C24;
}
.BgClassName
{
background-color: #132C24;
}
</style>
border-color css
<style>
span { border-color: #132C24; }
span { border-color: rgb(19,44,36); }
td.TdClassName
{
border-color: #132C24;
}
.TagClassName
{
border-color: #132C24;
}
</style>