Shades of Racing Green #10352B
Tints of Racing Green #10352B
RGB
CMYK
RGB Variations
Color information
#10352B (or 0x10352B) is known color: Racing Green. HEX triplet: 10, 35 and 2B. RGB value is (16,53,43). Sum of RGB (Red+Green+Blue) = 16+53+43=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #10352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10352B is #EFCAD4. Grayscale: #282828. Windows color (decimal): -15715029 or 2831632. OLE color: 2831632.
HSL color Cylindrical-coordinate representation of color #10352B: hue angle of 163.78º 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 #10352B is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 43 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.79 |
| HSL | 163.78º | 0.54% | 0.14% | - |
| HSV(B) | 163.78º | 0.7% | 0.21% | - |
| XYZ | 1.92 | 2.83 | 2.73 | - |
| YUV | 40.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 43 | 0.70 | 0 | 0.19 | 0.79 | 163.78 | 0.54 | 0.14 |
| Hex | 10 | 35 | 2B | 46 | 0 | 13 | 4F | A4 | 36 | E |
| Octal | 20 | 65 | 53 | 106 | 0 | 23 | 117 | 244 | 66 | 16 |
| Binary | 10000 | 110101 | 101011 | 1000110 | 0 | 10011 | 1001111 | 10100100 | 110110 | 1110 |
Color Harmonies of #10352B
Complementary color
Monochromatic Colors of #10352B
Black with #10352B
Text Example
Text Example
White with #10352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10352B; }
p { color: rgb(16,53,43); }
H1.HeaderClassName
{
color: #10352B;
}
.AnyTagClassName
{
color: #10352B;
}
</style>
background-color css
<style>
a { background-color: #10352B; }
a { background-color: rgb(16,53,43); }
div.DivClassName
{
background-color: #10352B;
}
.BgClassName
{
background-color: #10352B;
}
</style>
border-color css
<style>
span { border-color: #10352B; }
span { border-color: rgb(16,53,43); }
td.TdClassName
{
border-color: #10352B;
}
.TagClassName
{
border-color: #10352B;
}
</style>