Shades of Racing Green #1B362E
Tints of Racing Green #1B362E
RGB
CMYK
RGB Variations
Color information
#1B362E (or 0x1B362E) is known color: Racing Green. HEX triplet: 1B, 36 and 2E. RGB value is (27,54,46). Sum of RGB (Red+Green+Blue) = 27+54+46=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #1B362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B362E is #E4C9D1. Grayscale: #2D2D2D. Windows color (decimal): -14993874 or 3028507. OLE color: 3028507.
HSL color Cylindrical-coordinate representation of color #1B362E: hue angle of 162.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B362E is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 54 | 46 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.79 |
| HSL | 162.22º | 0.33% | 0.16% | - |
| HSV(B) | 162.22º | 0.5% | 0.21% | - |
| XYZ | 2.26 | 3.07 | 3.06 | - |
| YUV | 45.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 46 | 0.5 | 0 | 0.15 | 0.79 | 162.22 | 0.33 | 0.16 |
| Hex | 1B | 36 | 2E | 32 | 0 | F | 4F | A2 | 21 | 10 |
| Octal | 33 | 66 | 56 | 62 | 0 | 17 | 117 | 242 | 41 | 20 |
| Binary | 11011 | 110110 | 101110 | 110010 | 0 | 1111 | 1001111 | 10100010 | 100001 | 10000 |
Color Harmonies of #1B362E
Complementary color
Monochromatic Colors of #1B362E
Black with #1B362E
Text Example
Text Example
White with #1B362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B362E; }
p { color: rgb(27,54,46); }
H1.HeaderClassName
{
color: #1B362E;
}
.AnyTagClassName
{
color: #1B362E;
}
</style>
background-color css
<style>
a { background-color: #1B362E; }
a { background-color: rgb(27,54,46); }
div.DivClassName
{
background-color: #1B362E;
}
.BgClassName
{
background-color: #1B362E;
}
</style>
border-color css
<style>
span { border-color: #1B362E; }
span { border-color: rgb(27,54,46); }
td.TdClassName
{
border-color: #1B362E;
}
.TagClassName
{
border-color: #1B362E;
}
</style>