Shades of Racing Green #1B201F
Tints of Racing Green #1B201F
RGB
CMYK
RGB Variations
Color information
#1B201F (or 0x1B201F) is known color: Racing Green. HEX triplet: 1B, 20 and 1F. RGB value is (27,32,31). Sum of RGB (Red+Green+Blue) = 27+32+31=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201F is #E4DFE0. Grayscale: #1E1E1E. Windows color (decimal): -14999521 or 2039835. OLE color: 2039835.
HSL color Cylindrical-coordinate representation of color #1B201F: hue angle of 168º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1B201F is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 32 | 31 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.87 |
| HSL | 168º | 0.08% | 0.12% | - |
| HSV(B) | 168º | 0.16% | 0.13% | - |
| XYZ | 1.22 | 1.36 | 1.5 | - |
| YUV | 30.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 31 | 0.16 | 0 | 0.03 | 0.87 | 168 | 0.08 | 0.12 |
| Hex | 1B | 20 | 1F | 10 | 0 | 3 | 57 | A8 | 8 | C |
| Octal | 33 | 40 | 37 | 20 | 0 | 3 | 127 | 250 | 10 | 14 |
| Binary | 11011 | 100000 | 11111 | 10000 | 0 | 11 | 1010111 | 10101000 | 1000 | 1100 |
Color Harmonies of #1B201F
Complementary color
Monochromatic Colors of #1B201F
Black with #1B201F
Text Example
Text Example
White with #1B201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B201F; }
p { color: rgb(27,32,31); }
H1.HeaderClassName
{
color: #1B201F;
}
.AnyTagClassName
{
color: #1B201F;
}
</style>
background-color css
<style>
a { background-color: #1B201F; }
a { background-color: rgb(27,32,31); }
div.DivClassName
{
background-color: #1B201F;
}
.BgClassName
{
background-color: #1B201F;
}
</style>
border-color css
<style>
span { border-color: #1B201F; }
span { border-color: rgb(27,32,31); }
td.TdClassName
{
border-color: #1B201F;
}
.TagClassName
{
border-color: #1B201F;
}
</style>