Shades of Racing Green #132B26
Tints of Racing Green #132B26
RGB
CMYK
RGB Variations
Color information
#132B26 (or 0x132B26) is known color: Racing Green. HEX triplet: 13, 2B and 26. RGB value is (19,43,38). Sum of RGB (Red+Green+Blue) = 19+43+38=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 43 - color contains mainly: green. Hex color #132B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B26 is #ECD4D9. Grayscale: #232323. Windows color (decimal): -15520986 or 2501395. OLE color: 2501395.
HSL color Cylindrical-coordinate representation of color #132B26: hue angle of 167.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B26 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 43 | 38 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.83 |
| HSL | 167.5º | 0.39% | 0.12% | - |
| HSV(B) | 167.5º | 0.56% | 0.17% | - |
| XYZ | 1.48 | 2.01 | 2.14 | - |
| YUV | 35.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 38 | 0.56 | 0 | 0.12 | 0.83 | 167.5 | 0.39 | 0.12 |
| Hex | 13 | 2B | 26 | 38 | 0 | C | 53 | A8 | 27 | C |
| Octal | 23 | 53 | 46 | 70 | 0 | 14 | 123 | 250 | 47 | 14 |
| Binary | 10011 | 101011 | 100110 | 111000 | 0 | 1100 | 1010011 | 10101000 | 100111 | 1100 |
Color Harmonies of #132B26
Complementary color
Monochromatic Colors of #132B26
Black with #132B26
Text Example
Text Example
White with #132B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B26; }
p { color: rgb(19,43,38); }
H1.HeaderClassName
{
color: #132B26;
}
.AnyTagClassName
{
color: #132B26;
}
</style>
background-color css
<style>
a { background-color: #132B26; }
a { background-color: rgb(19,43,38); }
div.DivClassName
{
background-color: #132B26;
}
.BgClassName
{
background-color: #132B26;
}
</style>
border-color css
<style>
span { border-color: #132B26; }
span { border-color: rgb(19,43,38); }
td.TdClassName
{
border-color: #132B26;
}
.TagClassName
{
border-color: #132B26;
}
</style>