Shades of Racing Green #10332F
Tints of Racing Green #10332F
RGB
CMYK
RGB Variations
Color information
#10332F (or 0x10332F) is known color: Racing Green. HEX triplet: 10, 33 and 2F. RGB value is (16,51,47). Sum of RGB (Red+Green+Blue) = 16+51+47=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #10332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10332F is #EFCCD0. Grayscale: #282828. Windows color (decimal): -15715537 or 3093264. OLE color: 3093264.
HSL color Cylindrical-coordinate representation of color #10332F: hue angle of 173.14º 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 #10332F is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 47 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.8 |
| HSL | 173.14º | 0.52% | 0.13% | - |
| HSV(B) | 173.14º | 0.69% | 0.2% | - |
| XYZ | 1.91 | 2.68 | 3.11 | - |
| YUV | 40.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 47 | 0.69 | 0 | 0.08 | 0.8 | 173.14 | 0.52 | 0.13 |
| Hex | 10 | 33 | 2F | 45 | 0 | 8 | 50 | AD | 34 | D |
| Octal | 20 | 63 | 57 | 105 | 0 | 10 | 120 | 255 | 64 | 15 |
| Binary | 10000 | 110011 | 101111 | 1000101 | 0 | 1000 | 1010000 | 10101101 | 110100 | 1101 |
Color Harmonies of #10332F
Complementary color
Monochromatic Colors of #10332F
Black with #10332F
Text Example
Text Example
White with #10332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10332F; }
p { color: rgb(16,51,47); }
H1.HeaderClassName
{
color: #10332F;
}
.AnyTagClassName
{
color: #10332F;
}
</style>
background-color css
<style>
a { background-color: #10332F; }
a { background-color: rgb(16,51,47); }
div.DivClassName
{
background-color: #10332F;
}
.BgClassName
{
background-color: #10332F;
}
</style>
border-color css
<style>
span { border-color: #10332F; }
span { border-color: rgb(16,51,47); }
td.TdClassName
{
border-color: #10332F;
}
.TagClassName
{
border-color: #10332F;
}
</style>