Shades of Racing Green #132D28
Tints of Racing Green #132D28
RGB
CMYK
RGB Variations
Color information
#132D28 (or 0x132D28) is known color: Racing Green. HEX triplet: 13, 2D and 28. RGB value is (19,45,40). Sum of RGB (Red+Green+Blue) = 19+45+40=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #132D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D28 is #ECD2D7. Grayscale: #242424. Windows color (decimal): -15520472 or 2632979. OLE color: 2632979.
HSL color Cylindrical-coordinate representation of color #132D28: hue angle of 168.46º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D28 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 40 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.82 |
| HSL | 168.46º | 0.41% | 0.13% | - |
| HSV(B) | 168.46º | 0.58% | 0.18% | - |
| XYZ | 1.59 | 2.17 | 2.34 | - |
| YUV | 36.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 40 | 0.58 | 0 | 0.11 | 0.82 | 168.46 | 0.41 | 0.13 |
| Hex | 13 | 2D | 28 | 3A | 0 | B | 52 | A8 | 29 | D |
| Octal | 23 | 55 | 50 | 72 | 0 | 13 | 122 | 250 | 51 | 15 |
| Binary | 10011 | 101101 | 101000 | 111010 | 0 | 1011 | 1010010 | 10101000 | 101001 | 1101 |
Color Harmonies of #132D28
Complementary color
Monochromatic Colors of #132D28
Black with #132D28
Text Example
Text Example
White with #132D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D28; }
p { color: rgb(19,45,40); }
H1.HeaderClassName
{
color: #132D28;
}
.AnyTagClassName
{
color: #132D28;
}
</style>
background-color css
<style>
a { background-color: #132D28; }
a { background-color: rgb(19,45,40); }
div.DivClassName
{
background-color: #132D28;
}
.BgClassName
{
background-color: #132D28;
}
</style>
border-color css
<style>
span { border-color: #132D28; }
span { border-color: rgb(19,45,40); }
td.TdClassName
{
border-color: #132D28;
}
.TagClassName
{
border-color: #132D28;
}
</style>