Shades of Racing Green #1B322B
Tints of Racing Green #1B322B
RGB
CMYK
RGB Variations
Color information
#1B322B (or 0x1B322B) is known color: Racing Green. HEX triplet: 1B, 32 and 2B. RGB value is (27,50,43). Sum of RGB (Red+Green+Blue) = 27+50+43=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #1B322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B322B is #E4CDD4. Grayscale: #2A2A2A. Windows color (decimal): -14994901 or 2830875. OLE color: 2830875.
HSL color Cylindrical-coordinate representation of color #1B322B: hue angle of 161.74º 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 #1B322B is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 43 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.80 |
| HSL | 161.74º | 0.3% | 0.15% | - |
| HSV(B) | 161.74º | 0.46% | 0.2% | - |
| XYZ | 2.03 | 2.69 | 2.7 | - |
| YUV | 42.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 43 | 0.46 | 0 | 0.14 | 0.80 | 161.74 | 0.3 | 0.15 |
| Hex | 1B | 32 | 2B | 2E | 0 | E | 50 | A2 | 1E | F |
| Octal | 33 | 62 | 53 | 56 | 0 | 16 | 120 | 242 | 36 | 17 |
| Binary | 11011 | 110010 | 101011 | 101110 | 0 | 1110 | 1010000 | 10100010 | 11110 | 1111 |
Color Harmonies of #1B322B
Complementary color
Monochromatic Colors of #1B322B
Black with #1B322B
Text Example
Text Example
White with #1B322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B322B; }
p { color: rgb(27,50,43); }
H1.HeaderClassName
{
color: #1B322B;
}
.AnyTagClassName
{
color: #1B322B;
}
</style>
background-color css
<style>
a { background-color: #1B322B; }
a { background-color: rgb(27,50,43); }
div.DivClassName
{
background-color: #1B322B;
}
.BgClassName
{
background-color: #1B322B;
}
</style>
border-color css
<style>
span { border-color: #1B322B; }
span { border-color: rgb(27,50,43); }
td.TdClassName
{
border-color: #1B322B;
}
.TagClassName
{
border-color: #1B322B;
}
</style>