Shades of Racing Green #181B1A
Tints of Racing Green #181B1A
RGB
CMYK
RGB Variations
Color information
#181B1A (or 0x181B1A) is known color: Racing Green. HEX triplet: 18, 1B and 1A. RGB value is (24,27,26). Sum of RGB (Red+Green+Blue) = 24+27+26=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 27 - color contains mainly: green. Hex color #181B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1A is #E7E4E5. Grayscale: #191919. Windows color (decimal): -15197414 or 1710872. OLE color: 1710872.
HSL color Cylindrical-coordinate representation of color #181B1A: hue angle of 160º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #181B1A is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 26 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.89 |
| HSL | 160º | 0.06% | 0.1% | - |
| HSV(B) | 160º | 0.11% | 0.11% | - |
| XYZ | 0.96 | 1.05 | 1.13 | - |
| YUV | 25.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 26 | 0.11 | 0 | 0.04 | 0.89 | 160 | 0.06 | 0.1 |
| Hex | 18 | 1B | 1A | B | 0 | 4 | 59 | A0 | 6 | A |
| Octal | 30 | 33 | 32 | 13 | 0 | 4 | 131 | 240 | 6 | 12 |
| Binary | 11000 | 11011 | 11010 | 1011 | 0 | 100 | 1011001 | 10100000 | 110 | 1010 |
Color Harmonies of #181B1A
Complementary color
Monochromatic Colors of #181B1A
Black with #181B1A
Text Example
Text Example
White with #181B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B1A; }
p { color: rgb(24,27,26); }
H1.HeaderClassName
{
color: #181B1A;
}
.AnyTagClassName
{
color: #181B1A;
}
</style>
background-color css
<style>
a { background-color: #181B1A; }
a { background-color: rgb(24,27,26); }
div.DivClassName
{
background-color: #181B1A;
}
.BgClassName
{
background-color: #181B1A;
}
</style>
border-color css
<style>
span { border-color: #181B1A; }
span { border-color: rgb(24,27,26); }
td.TdClassName
{
border-color: #181B1A;
}
.TagClassName
{
border-color: #181B1A;
}
</style>