Shades of Racing Green #132622
Tints of Racing Green #132622
RGB
CMYK
RGB Variations
Color information
#132622 (or 0x132622) is known color: Racing Green. HEX triplet: 13, 26 and 22. RGB value is (19,38,34). Sum of RGB (Red+Green+Blue) = 19+38+34=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #132622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132622 is #ECD9DD. Grayscale: #1F1F1F. Windows color (decimal): -15522270 or 2237971. OLE color: 2237971.
HSL color Cylindrical-coordinate representation of color #132622: hue angle of 167.37º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132622 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 34 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.85 |
| HSL | 167.37º | 0.33% | 0.11% | - |
| HSV(B) | 167.37º | 0.5% | 0.15% | - |
| XYZ | 1.25 | 1.64 | 1.76 | - |
| YUV | 31.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 34 | 0.50 | 0 | 0.11 | 0.85 | 167.37 | 0.33 | 0.11 |
| Hex | 13 | 26 | 22 | 32 | 0 | B | 55 | A7 | 21 | B |
| Octal | 23 | 46 | 42 | 62 | 0 | 13 | 125 | 247 | 41 | 13 |
| Binary | 10011 | 100110 | 100010 | 110010 | 0 | 1011 | 1010101 | 10100111 | 100001 | 1011 |
Color Harmonies of #132622
Complementary color
Monochromatic Colors of #132622
Black with #132622
Text Example
Text Example
White with #132622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132622; }
p { color: rgb(19,38,34); }
H1.HeaderClassName
{
color: #132622;
}
.AnyTagClassName
{
color: #132622;
}
</style>
background-color css
<style>
a { background-color: #132622; }
a { background-color: rgb(19,38,34); }
div.DivClassName
{
background-color: #132622;
}
.BgClassName
{
background-color: #132622;
}
</style>
border-color css
<style>
span { border-color: #132622; }
span { border-color: rgb(19,38,34); }
td.TdClassName
{
border-color: #132622;
}
.TagClassName
{
border-color: #132622;
}
</style>