Shades of Racing Green #191C1B
Tints of Racing Green #191C1B
RGB
CMYK
RGB Variations
Color information
#191C1B (or 0x191C1B) is known color: Racing Green. HEX triplet: 19, 1C and 1B. RGB value is (25,28,27). Sum of RGB (Red+Green+Blue) = 25+28+27=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 28 - color contains mainly: green. Hex color #191C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C1B is #E6E3E4. Grayscale: #1A1A1A. Windows color (decimal): -15131621 or 1776665. OLE color: 1776665.
HSL color Cylindrical-coordinate representation of color #191C1B: hue angle of 160º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #191C1B is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 28 | 27 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.89 |
| HSL | 160º | 0.06% | 0.1% | - |
| HSV(B) | 160º | 0.11% | 0.11% | - |
| XYZ | 1.01 | 1.12 | 1.2 | - |
| YUV | 26.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 27 | 0.11 | 0 | 0.04 | 0.89 | 160 | 0.06 | 0.1 |
| Hex | 19 | 1C | 1B | B | 0 | 4 | 59 | A0 | 6 | A |
| Octal | 31 | 34 | 33 | 13 | 0 | 4 | 131 | 240 | 6 | 12 |
| Binary | 11001 | 11100 | 11011 | 1011 | 0 | 100 | 1011001 | 10100000 | 110 | 1010 |
Color Harmonies of #191C1B
Complementary color
Monochromatic Colors of #191C1B
Black with #191C1B
Text Example
Text Example
White with #191C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C1B; }
p { color: rgb(25,28,27); }
H1.HeaderClassName
{
color: #191C1B;
}
.AnyTagClassName
{
color: #191C1B;
}
</style>
background-color css
<style>
a { background-color: #191C1B; }
a { background-color: rgb(25,28,27); }
div.DivClassName
{
background-color: #191C1B;
}
.BgClassName
{
background-color: #191C1B;
}
</style>
border-color css
<style>
span { border-color: #191C1B; }
span { border-color: rgb(25,28,27); }
td.TdClassName
{
border-color: #191C1B;
}
.TagClassName
{
border-color: #191C1B;
}
</style>