Shades of Racing Green #1B3029
Tints of Racing Green #1B3029
RGB
CMYK
RGB Variations
Color information
#1B3029 (or 0x1B3029) is known color: Racing Green. HEX triplet: 1B, 30 and 29. RGB value is (27,48,41). Sum of RGB (Red+Green+Blue) = 27+48+41=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3029 is #E4CFD6. Grayscale: #282828. Windows color (decimal): -14995415 or 2699291. OLE color: 2699291.
HSL color Cylindrical-coordinate representation of color #1B3029: hue angle of 160º 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 #1B3029 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 48 | 41 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.81 |
| HSL | 160º | 0.28% | 0.15% | - |
| HSV(B) | 160º | 0.44% | 0.19% | - |
| XYZ | 1.91 | 2.51 | 2.48 | - |
| YUV | 40.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 41 | 0.44 | 0 | 0.15 | 0.81 | 160 | 0.28 | 0.15 |
| Hex | 1B | 30 | 29 | 2C | 0 | F | 51 | A0 | 1C | F |
| Octal | 33 | 60 | 51 | 54 | 0 | 17 | 121 | 240 | 34 | 17 |
| Binary | 11011 | 110000 | 101001 | 101100 | 0 | 1111 | 1010001 | 10100000 | 11100 | 1111 |
Color Harmonies of #1B3029
Complementary color
Monochromatic Colors of #1B3029
Black with #1B3029
Text Example
Text Example
White with #1B3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3029; }
p { color: rgb(27,48,41); }
H1.HeaderClassName
{
color: #1B3029;
}
.AnyTagClassName
{
color: #1B3029;
}
</style>
background-color css
<style>
a { background-color: #1B3029; }
a { background-color: rgb(27,48,41); }
div.DivClassName
{
background-color: #1B3029;
}
.BgClassName
{
background-color: #1B3029;
}
</style>
border-color css
<style>
span { border-color: #1B3029; }
span { border-color: rgb(27,48,41); }
td.TdClassName
{
border-color: #1B3029;
}
.TagClassName
{
border-color: #1B3029;
}
</style>