Shades of Racing Green #182F2A
Tints of Racing Green #182F2A
RGB
CMYK
RGB Variations
Color information
#182F2A (or 0x182F2A) is known color: Racing Green. HEX triplet: 18, 2F and 2A. RGB value is (24,47,42). Sum of RGB (Red+Green+Blue) = 24+47+42=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 47 - color contains mainly: green. Hex color #182F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F2A is #E7D0D5. Grayscale: #272727. Windows color (decimal): -15192278 or 2764568. OLE color: 2764568.
HSL color Cylindrical-coordinate representation of color #182F2A: hue angle of 166.96º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182F2A is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 47 | 42 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.82 |
| HSL | 166.96º | 0.32% | 0.14% | - |
| HSV(B) | 166.96º | 0.49% | 0.18% | - |
| XYZ | 1.81 | 2.39 | 2.56 | - |
| YUV | 39.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 42 | 0.49 | 0 | 0.11 | 0.82 | 166.96 | 0.32 | 0.14 |
| Hex | 18 | 2F | 2A | 31 | 0 | B | 52 | A7 | 20 | E |
| Octal | 30 | 57 | 52 | 61 | 0 | 13 | 122 | 247 | 40 | 16 |
| Binary | 11000 | 101111 | 101010 | 110001 | 0 | 1011 | 1010010 | 10100111 | 100000 | 1110 |
Color Harmonies of #182F2A
Complementary color
Monochromatic Colors of #182F2A
Black with #182F2A
Text Example
Text Example
White with #182F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F2A; }
p { color: rgb(24,47,42); }
H1.HeaderClassName
{
color: #182F2A;
}
.AnyTagClassName
{
color: #182F2A;
}
</style>
background-color css
<style>
a { background-color: #182F2A; }
a { background-color: rgb(24,47,42); }
div.DivClassName
{
background-color: #182F2A;
}
.BgClassName
{
background-color: #182F2A;
}
</style>
border-color css
<style>
span { border-color: #182F2A; }
span { border-color: rgb(24,47,42); }
td.TdClassName
{
border-color: #182F2A;
}
.TagClassName
{
border-color: #182F2A;
}
</style>