Shades of Racing Green #19302A
Tints of Racing Green #19302A
RGB
CMYK
RGB Variations
Color information
#19302A (or 0x19302A) is known color: Racing Green. HEX triplet: 19, 30 and 2A. RGB value is (25,48,42). Sum of RGB (Red+Green+Blue) = 25+48+42=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #19302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19302A is #E6CFD5. Grayscale: #282828. Windows color (decimal): -15126486 or 2764825. OLE color: 2764825.
HSL color Cylindrical-coordinate representation of color #19302A: hue angle of 164.35º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19302A is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 42 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.81 |
| HSL | 164.35º | 0.32% | 0.14% | - |
| HSV(B) | 164.35º | 0.48% | 0.19% | - |
| XYZ | 1.88 | 2.49 | 2.57 | - |
| YUV | 40.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 42 | 0.48 | 0 | 0.13 | 0.81 | 164.35 | 0.32 | 0.14 |
| Hex | 19 | 30 | 2A | 30 | 0 | D | 51 | A4 | 20 | E |
| Octal | 31 | 60 | 52 | 60 | 0 | 15 | 121 | 244 | 40 | 16 |
| Binary | 11001 | 110000 | 101010 | 110000 | 0 | 1101 | 1010001 | 10100100 | 100000 | 1110 |
Color Harmonies of #19302A
Complementary color
Monochromatic Colors of #19302A
Black with #19302A
Text Example
Text Example
White with #19302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19302A; }
p { color: rgb(25,48,42); }
H1.HeaderClassName
{
color: #19302A;
}
.AnyTagClassName
{
color: #19302A;
}
</style>
background-color css
<style>
a { background-color: #19302A; }
a { background-color: rgb(25,48,42); }
div.DivClassName
{
background-color: #19302A;
}
.BgClassName
{
background-color: #19302A;
}
</style>
border-color css
<style>
span { border-color: #19302A; }
span { border-color: rgb(25,48,42); }
td.TdClassName
{
border-color: #19302A;
}
.TagClassName
{
border-color: #19302A;
}
</style>