Shades of Racing Green #10332D
Tints of Racing Green #10332D
RGB
CMYK
RGB Variations
Color information
#10332D (or 0x10332D) is known color: Racing Green. HEX triplet: 10, 33 and 2D. RGB value is (16,51,45). Sum of RGB (Red+Green+Blue) = 16+51+45=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #10332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10332D is #EFCCD2. Grayscale: #272727. Windows color (decimal): -15715539 or 2962192. OLE color: 2962192.
HSL color Cylindrical-coordinate representation of color #10332D: hue angle of 169.71º degrees, saturation: 0.52, 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 #10332D is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 45 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.8 |
| HSL | 169.71º | 0.52% | 0.13% | - |
| HSV(B) | 169.71º | 0.69% | 0.2% | - |
| XYZ | 1.87 | 2.67 | 2.9 | - |
| YUV | 39.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 45 | 0.69 | 0 | 0.12 | 0.8 | 169.71 | 0.52 | 0.13 |
| Hex | 10 | 33 | 2D | 45 | 0 | C | 50 | AA | 34 | D |
| Octal | 20 | 63 | 55 | 105 | 0 | 14 | 120 | 252 | 64 | 15 |
| Binary | 10000 | 110011 | 101101 | 1000101 | 0 | 1100 | 1010000 | 10101010 | 110100 | 1101 |
Color Harmonies of #10332D
Complementary color
Monochromatic Colors of #10332D
Black with #10332D
Text Example
Text Example
White with #10332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10332D; }
p { color: rgb(16,51,45); }
H1.HeaderClassName
{
color: #10332D;
}
.AnyTagClassName
{
color: #10332D;
}
</style>
background-color css
<style>
a { background-color: #10332D; }
a { background-color: rgb(16,51,45); }
div.DivClassName
{
background-color: #10332D;
}
.BgClassName
{
background-color: #10332D;
}
</style>
border-color css
<style>
span { border-color: #10332D; }
span { border-color: rgb(16,51,45); }
td.TdClassName
{
border-color: #10332D;
}
.TagClassName
{
border-color: #10332D;
}
</style>