Shades of Racing Green #1B1F1E
Tints of Racing Green #1B1F1E
RGB
CMYK
RGB Variations
Color information
#1B1F1E (or 0x1B1F1E) is known color: Racing Green. HEX triplet: 1B, 1F and 1E. RGB value is (27,31,30). Sum of RGB (Red+Green+Blue) = 27+31+30=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F1E is #E4E0E1. Grayscale: #1D1D1D. Windows color (decimal): -14999778 or 1974043. OLE color: 1974043.
HSL color Cylindrical-coordinate representation of color #1B1F1E: hue angle of 165º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1F1E is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 31 | 30 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.88 |
| HSL | 165º | 0.07% | 0.11% | - |
| HSV(B) | 165º | 0.13% | 0.12% | - |
| XYZ | 1.18 | 1.31 | 1.42 | - |
| YUV | 29.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 30 | 0.13 | 0 | 0.03 | 0.88 | 165 | 0.07 | 0.11 |
| Hex | 1B | 1F | 1E | D | 0 | 3 | 58 | A5 | 7 | B |
| Octal | 33 | 37 | 36 | 15 | 0 | 3 | 130 | 245 | 7 | 13 |
| Binary | 11011 | 11111 | 11110 | 1101 | 0 | 11 | 1011000 | 10100101 | 111 | 1011 |
Color Harmonies of #1B1F1E
Complementary color
Monochromatic Colors of #1B1F1E
Black with #1B1F1E
Text Example
Text Example
White with #1B1F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F1E; }
p { color: rgb(27,31,30); }
H1.HeaderClassName
{
color: #1B1F1E;
}
.AnyTagClassName
{
color: #1B1F1E;
}
</style>
background-color css
<style>
a { background-color: #1B1F1E; }
a { background-color: rgb(27,31,30); }
div.DivClassName
{
background-color: #1B1F1E;
}
.BgClassName
{
background-color: #1B1F1E;
}
</style>
border-color css
<style>
span { border-color: #1B1F1E; }
span { border-color: rgb(27,31,30); }
td.TdClassName
{
border-color: #1B1F1E;
}
.TagClassName
{
border-color: #1B1F1E;
}
</style>