Shades of Racing Green #10332B
Tints of Racing Green #10332B
RGB
CMYK
RGB Variations
Color information
#10332B (or 0x10332B) is known color: Racing Green. HEX triplet: 10, 33 and 2B. RGB value is (16,51,43). Sum of RGB (Red+Green+Blue) = 16+51+43=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #10332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10332B is #EFCCD4. Grayscale: #272727. Windows color (decimal): -15715541 or 2831120. OLE color: 2831120.
HSL color Cylindrical-coordinate representation of color #10332B: hue angle of 166.29º 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 #10332B is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 43 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.8 |
| HSL | 166.29º | 0.52% | 0.13% | - |
| HSV(B) | 166.29º | 0.69% | 0.2% | - |
| XYZ | 1.83 | 2.65 | 2.7 | - |
| YUV | 39.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 43 | 0.69 | 0 | 0.16 | 0.8 | 166.29 | 0.52 | 0.13 |
| Hex | 10 | 33 | 2B | 45 | 0 | 10 | 50 | A6 | 34 | D |
| Octal | 20 | 63 | 53 | 105 | 0 | 20 | 120 | 246 | 64 | 15 |
| Binary | 10000 | 110011 | 101011 | 1000101 | 0 | 10000 | 1010000 | 10100110 | 110100 | 1101 |
Color Harmonies of #10332B
Complementary color
Monochromatic Colors of #10332B
Black with #10332B
Text Example
Text Example
White with #10332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10332B; }
p { color: rgb(16,51,43); }
H1.HeaderClassName
{
color: #10332B;
}
.AnyTagClassName
{
color: #10332B;
}
</style>
background-color css
<style>
a { background-color: #10332B; }
a { background-color: rgb(16,51,43); }
div.DivClassName
{
background-color: #10332B;
}
.BgClassName
{
background-color: #10332B;
}
</style>
border-color css
<style>
span { border-color: #10332B; }
span { border-color: rgb(16,51,43); }
td.TdClassName
{
border-color: #10332B;
}
.TagClassName
{
border-color: #10332B;
}
</style>