Shades of Racing Green #1B332C
Tints of Racing Green #1B332C
RGB
CMYK
RGB Variations
Color information
#1B332C (or 0x1B332C) is known color: Racing Green. HEX triplet: 1B, 33 and 2C. RGB value is (27,51,44). Sum of RGB (Red+Green+Blue) = 27+51+44=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #1B332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B332C is #E4CCD3. Grayscale: #2B2B2B. Windows color (decimal): -14994644 or 2896667. OLE color: 2896667.
HSL color Cylindrical-coordinate representation of color #1B332C: hue angle of 162.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B332C is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 44 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.8 |
| HSL | 162.5º | 0.31% | 0.15% | - |
| HSV(B) | 162.5º | 0.47% | 0.2% | - |
| XYZ | 2.09 | 2.78 | 2.81 | - |
| YUV | 43.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 44 | 0.47 | 0 | 0.14 | 0.8 | 162.5 | 0.31 | 0.15 |
| Hex | 1B | 33 | 2C | 2F | 0 | E | 50 | A2 | 1F | F |
| Octal | 33 | 63 | 54 | 57 | 0 | 16 | 120 | 242 | 37 | 17 |
| Binary | 11011 | 110011 | 101100 | 101111 | 0 | 1110 | 1010000 | 10100010 | 11111 | 1111 |
Color Harmonies of #1B332C
Complementary color
Monochromatic Colors of #1B332C
Black with #1B332C
Text Example
Text Example
White with #1B332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B332C; }
p { color: rgb(27,51,44); }
H1.HeaderClassName
{
color: #1B332C;
}
.AnyTagClassName
{
color: #1B332C;
}
</style>
background-color css
<style>
a { background-color: #1B332C; }
a { background-color: rgb(27,51,44); }
div.DivClassName
{
background-color: #1B332C;
}
.BgClassName
{
background-color: #1B332C;
}
</style>
border-color css
<style>
span { border-color: #1B332C; }
span { border-color: rgb(27,51,44); }
td.TdClassName
{
border-color: #1B332C;
}
.TagClassName
{
border-color: #1B332C;
}
</style>