Shades of Racing Green #19312A
Tints of Racing Green #19312A
RGB
CMYK
RGB Variations
Color information
#19312A (or 0x19312A) is known color: Racing Green. HEX triplet: 19, 31 and 2A. RGB value is (25,49,42). Sum of RGB (Red+Green+Blue) = 25+49+42=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #19312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19312A is #E6CED5. Grayscale: #292929. Windows color (decimal): -15126230 or 2765081. OLE color: 2765081.
HSL color Cylindrical-coordinate representation of color #19312A: hue angle of 162.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19312A is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 42 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.81 |
| HSL | 162.5º | 0.32% | 0.15% | - |
| HSV(B) | 162.5º | 0.49% | 0.19% | - |
| XYZ | 1.92 | 2.57 | 2.59 | - |
| YUV | 41.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 42 | 0.49 | 0 | 0.14 | 0.81 | 162.5 | 0.32 | 0.15 |
| Hex | 19 | 31 | 2A | 31 | 0 | E | 51 | A2 | 20 | F |
| Octal | 31 | 61 | 52 | 61 | 0 | 16 | 121 | 242 | 40 | 17 |
| Binary | 11001 | 110001 | 101010 | 110001 | 0 | 1110 | 1010001 | 10100010 | 100000 | 1111 |
Color Harmonies of #19312A
Complementary color
Monochromatic Colors of #19312A
Black with #19312A
Text Example
Text Example
White with #19312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19312A; }
p { color: rgb(25,49,42); }
H1.HeaderClassName
{
color: #19312A;
}
.AnyTagClassName
{
color: #19312A;
}
</style>
background-color css
<style>
a { background-color: #19312A; }
a { background-color: rgb(25,49,42); }
div.DivClassName
{
background-color: #19312A;
}
.BgClassName
{
background-color: #19312A;
}
</style>
border-color css
<style>
span { border-color: #19312A; }
span { border-color: rgb(25,49,42); }
td.TdClassName
{
border-color: #19312A;
}
.TagClassName
{
border-color: #19312A;
}
</style>