Shades of Racing Green #19211F
Tints of Racing Green #19211F
RGB
CMYK
RGB Variations
Color information
#19211F (or 0x19211F) is known color: Racing Green. HEX triplet: 19, 21 and 1F. RGB value is (25,33,31). Sum of RGB (Red+Green+Blue) = 25+33+31=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #19211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211F is #E6DEE0. Grayscale: #1E1E1E. Windows color (decimal): -15130337 or 2040089. OLE color: 2040089.
HSL color Cylindrical-coordinate representation of color #19211F: hue angle of 165º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #19211F is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 31 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.87 |
| HSL | 165º | 0.14% | 0.11% | - |
| HSV(B) | 165º | 0.24% | 0.13% | - |
| XYZ | 1.19 | 1.39 | 1.5 | - |
| YUV | 30.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 31 | 0.24 | 0 | 0.06 | 0.87 | 165 | 0.14 | 0.11 |
| Hex | 19 | 21 | 1F | 18 | 0 | 6 | 57 | A5 | E | B |
| Octal | 31 | 41 | 37 | 30 | 0 | 6 | 127 | 245 | 16 | 13 |
| Binary | 11001 | 100001 | 11111 | 11000 | 0 | 110 | 1010111 | 10100101 | 1110 | 1011 |
Color Harmonies of #19211F
Complementary color
Monochromatic Colors of #19211F
Black with #19211F
Text Example
Text Example
White with #19211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19211F; }
p { color: rgb(25,33,31); }
H1.HeaderClassName
{
color: #19211F;
}
.AnyTagClassName
{
color: #19211F;
}
</style>
background-color css
<style>
a { background-color: #19211F; }
a { background-color: rgb(25,33,31); }
div.DivClassName
{
background-color: #19211F;
}
.BgClassName
{
background-color: #19211F;
}
</style>
border-color css
<style>
span { border-color: #19211F; }
span { border-color: rgb(25,33,31); }
td.TdClassName
{
border-color: #19211F;
}
.TagClassName
{
border-color: #19211F;
}
</style>