Shades of Racing Green #1B3730
Tints of Racing Green #1B3730
RGB
CMYK
RGB Variations
Color information
#1B3730 (or 0x1B3730) is known color: Racing Green. HEX triplet: 1B, 37 and 30. RGB value is (27,55,48). Sum of RGB (Red+Green+Blue) = 27+55+48=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3730 is #E4C8CF. Grayscale: #2D2D2D. Windows color (decimal): -14993616 or 3159835. OLE color: 3159835.
HSL color Cylindrical-coordinate representation of color #1B3730: hue angle of 165º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B3730 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 48 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.78 |
| HSL | 165º | 0.34% | 0.16% | - |
| HSV(B) | 165º | 0.51% | 0.22% | - |
| XYZ | 2.35 | 3.18 | 3.29 | - |
| YUV | 45.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 48 | 0.51 | 0 | 0.13 | 0.78 | 165 | 0.34 | 0.16 |
| Hex | 1B | 37 | 30 | 33 | 0 | D | 4E | A5 | 22 | 10 |
| Octal | 33 | 67 | 60 | 63 | 0 | 15 | 116 | 245 | 42 | 20 |
| Binary | 11011 | 110111 | 110000 | 110011 | 0 | 1101 | 1001110 | 10100101 | 100010 | 10000 |
Color Harmonies of #1B3730
Complementary color
Monochromatic Colors of #1B3730
Black with #1B3730
Text Example
Text Example
White with #1B3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3730; }
p { color: rgb(27,55,48); }
H1.HeaderClassName
{
color: #1B3730;
}
.AnyTagClassName
{
color: #1B3730;
}
</style>
background-color css
<style>
a { background-color: #1B3730; }
a { background-color: rgb(27,55,48); }
div.DivClassName
{
background-color: #1B3730;
}
.BgClassName
{
background-color: #1B3730;
}
</style>
border-color css
<style>
span { border-color: #1B3730; }
span { border-color: rgb(27,55,48); }
td.TdClassName
{
border-color: #1B3730;
}
.TagClassName
{
border-color: #1B3730;
}
</style>