Shades of Racing Green #1B322A
Tints of Racing Green #1B322A
RGB
CMYK
RGB Variations
Color information
#1B322A (or 0x1B322A) is known color: Racing Green. HEX triplet: 1B, 32 and 2A. RGB value is (27,50,42). Sum of RGB (Red+Green+Blue) = 27+50+42=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #1B322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B322A is #E4CDD5. Grayscale: #2A2A2A. Windows color (decimal): -14994902 or 2765339. OLE color: 2765339.
HSL color Cylindrical-coordinate representation of color #1B322A: hue angle of 159.13º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B322A is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 42 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.80 |
| HSL | 159.13º | 0.3% | 0.15% | - |
| HSV(B) | 159.13º | 0.46% | 0.2% | - |
| XYZ | 2.01 | 2.68 | 2.6 | - |
| YUV | 42.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 42 | 0.46 | 0 | 0.16 | 0.80 | 159.13 | 0.3 | 0.15 |
| Hex | 1B | 32 | 2A | 2E | 0 | 10 | 50 | 9F | 1E | F |
| Octal | 33 | 62 | 52 | 56 | 0 | 20 | 120 | 237 | 36 | 17 |
| Binary | 11011 | 110010 | 101010 | 101110 | 0 | 10000 | 1010000 | 10011111 | 11110 | 1111 |
Color Harmonies of #1B322A
Complementary color
Monochromatic Colors of #1B322A
Black with #1B322A
Text Example
Text Example
White with #1B322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B322A; }
p { color: rgb(27,50,42); }
H1.HeaderClassName
{
color: #1B322A;
}
.AnyTagClassName
{
color: #1B322A;
}
</style>
background-color css
<style>
a { background-color: #1B322A; }
a { background-color: rgb(27,50,42); }
div.DivClassName
{
background-color: #1B322A;
}
.BgClassName
{
background-color: #1B322A;
}
</style>
border-color css
<style>
span { border-color: #1B322A; }
span { border-color: rgb(27,50,42); }
td.TdClassName
{
border-color: #1B322A;
}
.TagClassName
{
border-color: #1B322A;
}
</style>