Shades of Racing Green #19382E
Tints of Racing Green #19382E
RGB
CMYK
RGB Variations
Color information
#19382E (or 0x19382E) is known color: Racing Green. HEX triplet: 19, 38 and 2E. RGB value is (25,56,46). Sum of RGB (Red+Green+Blue) = 25+56+46=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #19382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19382E is #E6C7D1. Grayscale: #2D2D2D. Windows color (decimal): -15124434 or 3029017. OLE color: 3029017.
HSL color Cylindrical-coordinate representation of color #19382E: hue angle of 160.65º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19382E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 46 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.78 |
| HSL | 160.65º | 0.38% | 0.16% | - |
| HSV(B) | 160.65º | 0.55% | 0.22% | - |
| XYZ | 2.31 | 3.23 | 3.09 | - |
| YUV | 45.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 46 | 0.55 | 0 | 0.18 | 0.78 | 160.65 | 0.38 | 0.16 |
| Hex | 19 | 38 | 2E | 37 | 0 | 12 | 4E | A1 | 26 | 10 |
| Octal | 31 | 70 | 56 | 67 | 0 | 22 | 116 | 241 | 46 | 20 |
| Binary | 11001 | 111000 | 101110 | 110111 | 0 | 10010 | 1001110 | 10100001 | 100110 | 10000 |
Color Harmonies of #19382E
Complementary color
Monochromatic Colors of #19382E
Black with #19382E
Text Example
Text Example
White with #19382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19382E; }
p { color: rgb(25,56,46); }
H1.HeaderClassName
{
color: #19382E;
}
.AnyTagClassName
{
color: #19382E;
}
</style>
background-color css
<style>
a { background-color: #19382E; }
a { background-color: rgb(25,56,46); }
div.DivClassName
{
background-color: #19382E;
}
.BgClassName
{
background-color: #19382E;
}
</style>
border-color css
<style>
span { border-color: #19382E; }
span { border-color: rgb(25,56,46); }
td.TdClassName
{
border-color: #19382E;
}
.TagClassName
{
border-color: #19382E;
}
</style>