Shades of Racing Green #1B2C27
Tints of Racing Green #1B2C27
RGB
CMYK
RGB Variations
Color information
#1B2C27 (or 0x1B2C27) is known color: Racing Green. HEX triplet: 1B, 2C and 27. RGB value is (27,44,39). Sum of RGB (Red+Green+Blue) = 27+44+39=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C27 is #E4D3D8. Grayscale: #262626. Windows color (decimal): -14996441 or 2567195. OLE color: 2567195.
HSL color Cylindrical-coordinate representation of color #1B2C27: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B2C27 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 44 | 39 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.83 |
| HSL | 162.35º | 0.24% | 0.14% | - |
| HSV(B) | 162.35º | 0.39% | 0.17% | - |
| XYZ | 1.72 | 2.18 | 2.25 | - |
| YUV | 38.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 39 | 0.39 | 0 | 0.11 | 0.83 | 162.35 | 0.24 | 0.14 |
| Hex | 1B | 2C | 27 | 27 | 0 | B | 53 | A2 | 18 | E |
| Octal | 33 | 54 | 47 | 47 | 0 | 13 | 123 | 242 | 30 | 16 |
| Binary | 11011 | 101100 | 100111 | 100111 | 0 | 1011 | 1010011 | 10100010 | 11000 | 1110 |
Color Harmonies of #1B2C27
Complementary color
Monochromatic Colors of #1B2C27
Black with #1B2C27
Text Example
Text Example
White with #1B2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C27; }
p { color: rgb(27,44,39); }
H1.HeaderClassName
{
color: #1B2C27;
}
.AnyTagClassName
{
color: #1B2C27;
}
</style>
background-color css
<style>
a { background-color: #1B2C27; }
a { background-color: rgb(27,44,39); }
div.DivClassName
{
background-color: #1B2C27;
}
.BgClassName
{
background-color: #1B2C27;
}
</style>
border-color css
<style>
span { border-color: #1B2C27; }
span { border-color: rgb(27,44,39); }
td.TdClassName
{
border-color: #1B2C27;
}
.TagClassName
{
border-color: #1B2C27;
}
</style>