Shades of Racing Green #1B2322
Tints of Racing Green #1B2322
RGB
CMYK
RGB Variations
Color information
#1B2322 (or 0x1B2322) is known color: Racing Green. HEX triplet: 1B, 23 and 22. RGB value is (27,35,34). Sum of RGB (Red+Green+Blue) = 27+35+34=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2322 is #E4DCDD. Grayscale: #202020. Windows color (decimal): -14998750 or 2237211. OLE color: 2237211.
HSL color Cylindrical-coordinate representation of color #1B2322: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B2322 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 35 | 34 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.86 |
| HSL | 172.5º | 0.13% | 0.12% | - |
| HSV(B) | 172.5º | 0.23% | 0.14% | - |
| XYZ | 1.34 | 1.55 | 1.74 | - |
| YUV | 32.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 34 | 0.23 | 0 | 0.03 | 0.86 | 172.5 | 0.13 | 0.12 |
| Hex | 1B | 23 | 22 | 17 | 0 | 3 | 56 | AC | D | C |
| Octal | 33 | 43 | 42 | 27 | 0 | 3 | 126 | 254 | 15 | 14 |
| Binary | 11011 | 100011 | 100010 | 10111 | 0 | 11 | 1010110 | 10101100 | 1101 | 1100 |
Color Harmonies of #1B2322
Complementary color
Monochromatic Colors of #1B2322
Black with #1B2322
Text Example
Text Example
White with #1B2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2322; }
p { color: rgb(27,35,34); }
H1.HeaderClassName
{
color: #1B2322;
}
.AnyTagClassName
{
color: #1B2322;
}
</style>
background-color css
<style>
a { background-color: #1B2322; }
a { background-color: rgb(27,35,34); }
div.DivClassName
{
background-color: #1B2322;
}
.BgClassName
{
background-color: #1B2322;
}
</style>
border-color css
<style>
span { border-color: #1B2322; }
span { border-color: rgb(27,35,34); }
td.TdClassName
{
border-color: #1B2322;
}
.TagClassName
{
border-color: #1B2322;
}
</style>