Shades of Racing Green #183530
Tints of Racing Green #183530
RGB
CMYK
RGB Variations
Color information
#183530 (or 0x183530) is known color: Racing Green. HEX triplet: 18, 35 and 30. RGB value is (24,53,48). Sum of RGB (Red+Green+Blue) = 24+53+48=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #183530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183530 is #E7CACF. Grayscale: #2B2B2B. Windows color (decimal): -15190736 or 3159320. OLE color: 3159320.
HSL color Cylindrical-coordinate representation of color #183530: hue angle of 169.66º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183530 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 48 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.79 |
| HSL | 169.66º | 0.38% | 0.15% | - |
| HSV(B) | 169.66º | 0.55% | 0.21% | - |
| XYZ | 2.18 | 2.95 | 3.25 | - |
| YUV | 43.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 48 | 0.55 | 0 | 0.09 | 0.79 | 169.66 | 0.38 | 0.15 |
| Hex | 18 | 35 | 30 | 37 | 0 | 9 | 4F | AA | 26 | F |
| Octal | 30 | 65 | 60 | 67 | 0 | 11 | 117 | 252 | 46 | 17 |
| Binary | 11000 | 110101 | 110000 | 110111 | 0 | 1001 | 1001111 | 10101010 | 100110 | 1111 |
Color Harmonies of #183530
Complementary color
Monochromatic Colors of #183530
Black with #183530
Text Example
Text Example
White with #183530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183530; }
p { color: rgb(24,53,48); }
H1.HeaderClassName
{
color: #183530;
}
.AnyTagClassName
{
color: #183530;
}
</style>
background-color css
<style>
a { background-color: #183530; }
a { background-color: rgb(24,53,48); }
div.DivClassName
{
background-color: #183530;
}
.BgClassName
{
background-color: #183530;
}
</style>
border-color css
<style>
span { border-color: #183530; }
span { border-color: rgb(24,53,48); }
td.TdClassName
{
border-color: #183530;
}
.TagClassName
{
border-color: #183530;
}
</style>