Shades of Racing Green #132A23
Tints of Racing Green #132A23
RGB
CMYK
RGB Variations
Color information
#132A23 (or 0x132A23) is known color: Racing Green. HEX triplet: 13, 2A and 23. RGB value is (19,42,35). Sum of RGB (Red+Green+Blue) = 19+42+35=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #132A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A23 is #ECD5DC. Grayscale: #222222. Windows color (decimal): -15521245 or 2304531. OLE color: 2304531.
HSL color Cylindrical-coordinate representation of color #132A23: hue angle of 161.74º 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 #132A23 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 35 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.84 |
| HSL | 161.74º | 0.38% | 0.12% | - |
| HSV(B) | 161.74º | 0.55% | 0.16% | - |
| XYZ | 1.4 | 1.92 | 1.89 | - |
| YUV | 34.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 35 | 0.55 | 0 | 0.17 | 0.84 | 161.74 | 0.38 | 0.12 |
| Hex | 13 | 2A | 23 | 37 | 0 | 11 | 54 | A2 | 26 | C |
| Octal | 23 | 52 | 43 | 67 | 0 | 21 | 124 | 242 | 46 | 14 |
| Binary | 10011 | 101010 | 100011 | 110111 | 0 | 10001 | 1010100 | 10100010 | 100110 | 1100 |
Color Harmonies of #132A23
Complementary color
Monochromatic Colors of #132A23
Black with #132A23
Text Example
Text Example
White with #132A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A23; }
p { color: rgb(19,42,35); }
H1.HeaderClassName
{
color: #132A23;
}
.AnyTagClassName
{
color: #132A23;
}
</style>
background-color css
<style>
a { background-color: #132A23; }
a { background-color: rgb(19,42,35); }
div.DivClassName
{
background-color: #132A23;
}
.BgClassName
{
background-color: #132A23;
}
</style>
border-color css
<style>
span { border-color: #132A23; }
span { border-color: rgb(19,42,35); }
td.TdClassName
{
border-color: #132A23;
}
.TagClassName
{
border-color: #132A23;
}
</style>