Shades of Racing Green #1B322F
Tints of Racing Green #1B322F
RGB
CMYK
RGB Variations
Color information
#1B322F (or 0x1B322F) is known color: Racing Green. HEX triplet: 1B, 32 and 2F. RGB value is (27,50,47). Sum of RGB (Red+Green+Blue) = 27+50+47=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #1B322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B322F is #E4CDD0. Grayscale: #2A2A2A. Windows color (decimal): -14994897 or 3093019. OLE color: 3093019.
HSL color Cylindrical-coordinate representation of color #1B322F: hue angle of 172.17º 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 #1B322F is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 47 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.80 |
| HSL | 172.17º | 0.3% | 0.15% | - |
| HSV(B) | 172.17º | 0.46% | 0.2% | - |
| XYZ | 2.11 | 2.72 | 3.1 | - |
| YUV | 42.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 47 | 0.46 | 0 | 0.06 | 0.80 | 172.17 | 0.3 | 0.15 |
| Hex | 1B | 32 | 2F | 2E | 0 | 6 | 50 | AC | 1E | F |
| Octal | 33 | 62 | 57 | 56 | 0 | 6 | 120 | 254 | 36 | 17 |
| Binary | 11011 | 110010 | 101111 | 101110 | 0 | 110 | 1010000 | 10101100 | 11110 | 1111 |
Color Harmonies of #1B322F
Complementary color
Monochromatic Colors of #1B322F
Black with #1B322F
Text Example
Text Example
White with #1B322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B322F; }
p { color: rgb(27,50,47); }
H1.HeaderClassName
{
color: #1B322F;
}
.AnyTagClassName
{
color: #1B322F;
}
</style>
background-color css
<style>
a { background-color: #1B322F; }
a { background-color: rgb(27,50,47); }
div.DivClassName
{
background-color: #1B322F;
}
.BgClassName
{
background-color: #1B322F;
}
</style>
border-color css
<style>
span { border-color: #1B322F; }
span { border-color: rgb(27,50,47); }
td.TdClassName
{
border-color: #1B322F;
}
.TagClassName
{
border-color: #1B322F;
}
</style>