Shades of Racing Green #182F28
Tints of Racing Green #182F28
RGB
CMYK
RGB Variations
Color information
#182F28 (or 0x182F28) is known color: Racing Green. HEX triplet: 18, 2F and 28. RGB value is (24,47,40). Sum of RGB (Red+Green+Blue) = 24+47+40=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #182F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F28 is #E7D0D7. Grayscale: #272727. Windows color (decimal): -15192280 or 2633496. OLE color: 2633496.
HSL color Cylindrical-coordinate representation of color #182F28: hue angle of 161.74º 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 #182F28 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 47 | 40 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.82 |
| HSL | 161.74º | 0.32% | 0.14% | - |
| HSV(B) | 161.74º | 0.49% | 0.18% | - |
| XYZ | 1.78 | 2.38 | 2.37 | - |
| YUV | 39.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 40 | 0.49 | 0 | 0.15 | 0.82 | 161.74 | 0.32 | 0.14 |
| Hex | 18 | 2F | 28 | 31 | 0 | F | 52 | A2 | 20 | E |
| Octal | 30 | 57 | 50 | 61 | 0 | 17 | 122 | 242 | 40 | 16 |
| Binary | 11000 | 101111 | 101000 | 110001 | 0 | 1111 | 1010010 | 10100010 | 100000 | 1110 |
Color Harmonies of #182F28
Complementary color
Monochromatic Colors of #182F28
Black with #182F28
Text Example
Text Example
White with #182F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F28; }
p { color: rgb(24,47,40); }
H1.HeaderClassName
{
color: #182F28;
}
.AnyTagClassName
{
color: #182F28;
}
</style>
background-color css
<style>
a { background-color: #182F28; }
a { background-color: rgb(24,47,40); }
div.DivClassName
{
background-color: #182F28;
}
.BgClassName
{
background-color: #182F28;
}
</style>
border-color css
<style>
span { border-color: #182F28; }
span { border-color: rgb(24,47,40); }
td.TdClassName
{
border-color: #182F28;
}
.TagClassName
{
border-color: #182F28;
}
</style>