Shades of Racing Green #10352E
Tints of Racing Green #10352E
RGB
CMYK
RGB Variations
Color information
#10352E (or 0x10352E) is known color: Racing Green. HEX triplet: 10, 35 and 2E. RGB value is (16,53,46). Sum of RGB (Red+Green+Blue) = 16+53+46=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #10352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10352E is #EFCAD1. Grayscale: #292929. Windows color (decimal): -15715026 or 3028240. OLE color: 3028240.
HSL color Cylindrical-coordinate representation of color #10352E: hue angle of 168.65º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #10352E is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 46 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.79 |
| HSL | 168.65º | 0.54% | 0.14% | - |
| HSV(B) | 168.65º | 0.7% | 0.21% | - |
| XYZ | 1.98 | 2.85 | 3.03 | - |
| YUV | 41.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 46 | 0.70 | 0 | 0.13 | 0.79 | 168.65 | 0.54 | 0.14 |
| Hex | 10 | 35 | 2E | 46 | 0 | D | 4F | A9 | 36 | E |
| Octal | 20 | 65 | 56 | 106 | 0 | 15 | 117 | 251 | 66 | 16 |
| Binary | 10000 | 110101 | 101110 | 1000110 | 0 | 1101 | 1001111 | 10101001 | 110110 | 1110 |
Color Harmonies of #10352E
Complementary color
Monochromatic Colors of #10352E
Black with #10352E
Text Example
Text Example
White with #10352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10352E; }
p { color: rgb(16,53,46); }
H1.HeaderClassName
{
color: #10352E;
}
.AnyTagClassName
{
color: #10352E;
}
</style>
background-color css
<style>
a { background-color: #10352E; }
a { background-color: rgb(16,53,46); }
div.DivClassName
{
background-color: #10352E;
}
.BgClassName
{
background-color: #10352E;
}
</style>
border-color css
<style>
span { border-color: #10352E; }
span { border-color: rgb(16,53,46); }
td.TdClassName
{
border-color: #10352E;
}
.TagClassName
{
border-color: #10352E;
}
</style>