Shades of Racing Green #1B302D
Tints of Racing Green #1B302D
RGB
CMYK
RGB Variations
Color information
#1B302D (or 0x1B302D) is known color: Racing Green. HEX triplet: 1B, 30 and 2D. RGB value is (27,48,45). Sum of RGB (Red+Green+Blue) = 27+48+45=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #1B302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B302D is #E4CFD2. Grayscale: #292929. Windows color (decimal): -14995411 or 2961435. OLE color: 2961435.
HSL color Cylindrical-coordinate representation of color #1B302D: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B302D is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 48 | 45 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.81 |
| HSL | 171.43º | 0.28% | 0.15% | - |
| HSV(B) | 171.43º | 0.44% | 0.19% | - |
| XYZ | 1.98 | 2.54 | 2.87 | - |
| YUV | 41.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 45 | 0.44 | 0 | 0.06 | 0.81 | 171.43 | 0.28 | 0.15 |
| Hex | 1B | 30 | 2D | 2C | 0 | 6 | 51 | AB | 1C | F |
| Octal | 33 | 60 | 55 | 54 | 0 | 6 | 121 | 253 | 34 | 17 |
| Binary | 11011 | 110000 | 101101 | 101100 | 0 | 110 | 1010001 | 10101011 | 11100 | 1111 |
Color Harmonies of #1B302D
Complementary color
Monochromatic Colors of #1B302D
Black with #1B302D
Text Example
Text Example
White with #1B302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B302D; }
p { color: rgb(27,48,45); }
H1.HeaderClassName
{
color: #1B302D;
}
.AnyTagClassName
{
color: #1B302D;
}
</style>
background-color css
<style>
a { background-color: #1B302D; }
a { background-color: rgb(27,48,45); }
div.DivClassName
{
background-color: #1B302D;
}
.BgClassName
{
background-color: #1B302D;
}
</style>
border-color css
<style>
span { border-color: #1B302D; }
span { border-color: rgb(27,48,45); }
td.TdClassName
{
border-color: #1B302D;
}
.TagClassName
{
border-color: #1B302D;
}
</style>