Shades of Racing Green #18352F
Tints of Racing Green #18352F
RGB
CMYK
RGB Variations
Color information
#18352F (or 0x18352F) is known color: Racing Green. HEX triplet: 18, 35 and 2F. RGB value is (24,53,47). Sum of RGB (Red+Green+Blue) = 24+53+47=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #18352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18352F is #E7CAD0. Grayscale: #2B2B2B. Windows color (decimal): -15190737 or 3093784. OLE color: 3093784.
HSL color Cylindrical-coordinate representation of color #18352F: hue angle of 167.59º 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 #18352F is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 47 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.79 |
| HSL | 167.59º | 0.38% | 0.15% | - |
| HSV(B) | 167.59º | 0.55% | 0.21% | - |
| XYZ | 2.16 | 2.95 | 3.14 | - |
| YUV | 43.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 47 | 0.55 | 0 | 0.11 | 0.79 | 167.59 | 0.38 | 0.15 |
| Hex | 18 | 35 | 2F | 37 | 0 | B | 4F | A8 | 26 | F |
| Octal | 30 | 65 | 57 | 67 | 0 | 13 | 117 | 250 | 46 | 17 |
| Binary | 11000 | 110101 | 101111 | 110111 | 0 | 1011 | 1001111 | 10101000 | 100110 | 1111 |
Color Harmonies of #18352F
Complementary color
Monochromatic Colors of #18352F
Black with #18352F
Text Example
Text Example
White with #18352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18352F; }
p { color: rgb(24,53,47); }
H1.HeaderClassName
{
color: #18352F;
}
.AnyTagClassName
{
color: #18352F;
}
</style>
background-color css
<style>
a { background-color: #18352F; }
a { background-color: rgb(24,53,47); }
div.DivClassName
{
background-color: #18352F;
}
.BgClassName
{
background-color: #18352F;
}
</style>
border-color css
<style>
span { border-color: #18352F; }
span { border-color: rgb(24,53,47); }
td.TdClassName
{
border-color: #18352F;
}
.TagClassName
{
border-color: #18352F;
}
</style>