Shades of Racing Green #181C1B
Tints of Racing Green #181C1B
RGB
CMYK
RGB Variations
Color information
#181C1B (or 0x181C1B) is known color: Racing Green. HEX triplet: 18, 1C and 1B. RGB value is (24,28,27). Sum of RGB (Red+Green+Blue) = 24+28+27=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 28 - color contains mainly: green. Hex color #181C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C1B is #E7E3E4. Grayscale: #1A1A1A. Windows color (decimal): -15197157 or 1776664. OLE color: 1776664.
HSL color Cylindrical-coordinate representation of color #181C1B: hue angle of 165º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #181C1B is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 28 | 27 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.89 |
| HSL | 165º | 0.08% | 0.1% | - |
| HSV(B) | 165º | 0.14% | 0.11% | - |
| XYZ | 0.99 | 1.1 | 1.2 | - |
| YUV | 26.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 27 | 0.14 | 0 | 0.04 | 0.89 | 165 | 0.08 | 0.1 |
| Hex | 18 | 1C | 1B | E | 0 | 4 | 59 | A5 | 8 | A |
| Octal | 30 | 34 | 33 | 16 | 0 | 4 | 131 | 245 | 10 | 12 |
| Binary | 11000 | 11100 | 11011 | 1110 | 0 | 100 | 1011001 | 10100101 | 1000 | 1010 |
Color Harmonies of #181C1B
Complementary color
Monochromatic Colors of #181C1B
Black with #181C1B
Text Example
Text Example
White with #181C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C1B; }
p { color: rgb(24,28,27); }
H1.HeaderClassName
{
color: #181C1B;
}
.AnyTagClassName
{
color: #181C1B;
}
</style>
background-color css
<style>
a { background-color: #181C1B; }
a { background-color: rgb(24,28,27); }
div.DivClassName
{
background-color: #181C1B;
}
.BgClassName
{
background-color: #181C1B;
}
</style>
border-color css
<style>
span { border-color: #181C1B; }
span { border-color: rgb(24,28,27); }
td.TdClassName
{
border-color: #181C1B;
}
.TagClassName
{
border-color: #181C1B;
}
</style>