Shades of Racing Green #132823
Tints of Racing Green #132823
RGB
CMYK
RGB Variations
Color information
#132823 (or 0x132823) is known color: Racing Green. HEX triplet: 13, 28 and 23. RGB value is (19,40,35). Sum of RGB (Red+Green+Blue) = 19+40+35=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #132823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132823 is #ECD7DC. Grayscale: #212121. Windows color (decimal): -15521757 or 2304019. OLE color: 2304019.
HSL color Cylindrical-coordinate representation of color #132823: hue angle of 165.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132823 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 35 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.84 |
| HSL | 165.71º | 0.36% | 0.12% | - |
| HSV(B) | 165.71º | 0.53% | 0.16% | - |
| XYZ | 1.33 | 1.78 | 1.86 | - |
| YUV | 33.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 35 | 0.52 | 0 | 0.12 | 0.84 | 165.71 | 0.36 | 0.12 |
| Hex | 13 | 28 | 23 | 34 | 0 | C | 54 | A6 | 24 | C |
| Octal | 23 | 50 | 43 | 64 | 0 | 14 | 124 | 246 | 44 | 14 |
| Binary | 10011 | 101000 | 100011 | 110100 | 0 | 1100 | 1010100 | 10100110 | 100100 | 1100 |
Color Harmonies of #132823
Complementary color
Monochromatic Colors of #132823
Black with #132823
Text Example
Text Example
White with #132823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132823; }
p { color: rgb(19,40,35); }
H1.HeaderClassName
{
color: #132823;
}
.AnyTagClassName
{
color: #132823;
}
</style>
background-color css
<style>
a { background-color: #132823; }
a { background-color: rgb(19,40,35); }
div.DivClassName
{
background-color: #132823;
}
.BgClassName
{
background-color: #132823;
}
</style>
border-color css
<style>
span { border-color: #132823; }
span { border-color: rgb(19,40,35); }
td.TdClassName
{
border-color: #132823;
}
.TagClassName
{
border-color: #132823;
}
</style>