Shades of Racing Green #183028
Tints of Racing Green #183028
RGB
CMYK
RGB Variations
Color information
#183028 (or 0x183028) is known color: Racing Green. HEX triplet: 18, 30 and 28. RGB value is (24,48,40). Sum of RGB (Red+Green+Blue) = 24+48+40=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #183028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183028 is #E7CFD7. Grayscale: #272727. Windows color (decimal): -15192024 or 2633752. OLE color: 2633752.
HSL color Cylindrical-coordinate representation of color #183028: hue angle of 160º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #183028 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 40 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.81 |
| HSL | 160º | 0.33% | 0.14% | - |
| HSV(B) | 160º | 0.5% | 0.19% | - |
| XYZ | 1.82 | 2.46 | 2.39 | - |
| YUV | 39.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 40 | 0.5 | 0 | 0.17 | 0.81 | 160 | 0.33 | 0.14 |
| Hex | 18 | 30 | 28 | 32 | 0 | 11 | 51 | A0 | 21 | E |
| Octal | 30 | 60 | 50 | 62 | 0 | 21 | 121 | 240 | 41 | 16 |
| Binary | 11000 | 110000 | 101000 | 110010 | 0 | 10001 | 1010001 | 10100000 | 100001 | 1110 |
Color Harmonies of #183028
Complementary color
Monochromatic Colors of #183028
Black with #183028
Text Example
Text Example
White with #183028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183028; }
p { color: rgb(24,48,40); }
H1.HeaderClassName
{
color: #183028;
}
.AnyTagClassName
{
color: #183028;
}
</style>
background-color css
<style>
a { background-color: #183028; }
a { background-color: rgb(24,48,40); }
div.DivClassName
{
background-color: #183028;
}
.BgClassName
{
background-color: #183028;
}
</style>
border-color css
<style>
span { border-color: #183028; }
span { border-color: rgb(24,48,40); }
td.TdClassName
{
border-color: #183028;
}
.TagClassName
{
border-color: #183028;
}
</style>