Shades of Racing Green #10342D
Tints of Racing Green #10342D
RGB
CMYK
RGB Variations
Color information
#10342D (or 0x10342D) is known color: Racing Green. HEX triplet: 10, 34 and 2D. RGB value is (16,52,45). Sum of RGB (Red+Green+Blue) = 16+52+45=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #10342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10342D is #EFCBD2. Grayscale: #282828. Windows color (decimal): -15715283 or 2962448. OLE color: 2962448.
HSL color Cylindrical-coordinate representation of color #10342D: hue angle of 168.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10342D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 52 | 45 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.80 |
| HSL | 168.33º | 0.53% | 0.13% | - |
| HSV(B) | 168.33º | 0.69% | 0.2% | - |
| XYZ | 1.92 | 2.76 | 2.91 | - |
| YUV | 40.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 45 | 0.69 | 0 | 0.13 | 0.80 | 168.33 | 0.53 | 0.13 |
| Hex | 10 | 34 | 2D | 45 | 0 | D | 50 | A8 | 35 | D |
| Octal | 20 | 64 | 55 | 105 | 0 | 15 | 120 | 250 | 65 | 15 |
| Binary | 10000 | 110100 | 101101 | 1000101 | 0 | 1101 | 1010000 | 10101000 | 110101 | 1101 |
Color Harmonies of #10342D
Complementary color
Monochromatic Colors of #10342D
Black with #10342D
Text Example
Text Example
White with #10342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10342D; }
p { color: rgb(16,52,45); }
H1.HeaderClassName
{
color: #10342D;
}
.AnyTagClassName
{
color: #10342D;
}
</style>
background-color css
<style>
a { background-color: #10342D; }
a { background-color: rgb(16,52,45); }
div.DivClassName
{
background-color: #10342D;
}
.BgClassName
{
background-color: #10342D;
}
</style>
border-color css
<style>
span { border-color: #10342D; }
span { border-color: rgb(16,52,45); }
td.TdClassName
{
border-color: #10342D;
}
.TagClassName
{
border-color: #10342D;
}
</style>