Shades of Racing Green #10322C
Tints of Racing Green #10322C
RGB
CMYK
RGB Variations
Color information
#10322C (or 0x10322C) is known color: Racing Green. HEX triplet: 10, 32 and 2C. RGB value is (16,50,44). Sum of RGB (Red+Green+Blue) = 16+50+44=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #10322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10322C is #EFCDD3. Grayscale: #272727. Windows color (decimal): -15715796 or 2896400. OLE color: 2896400.
HSL color Cylindrical-coordinate representation of color #10322C: hue angle of 169.41º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10322C is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 44 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.80 |
| HSL | 169.41º | 0.52% | 0.13% | - |
| HSV(B) | 169.41º | 0.68% | 0.2% | - |
| XYZ | 1.81 | 2.57 | 2.78 | - |
| YUV | 39.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 44 | 0.68 | 0 | 0.12 | 0.80 | 169.41 | 0.52 | 0.13 |
| Hex | 10 | 32 | 2C | 44 | 0 | C | 50 | A9 | 34 | D |
| Octal | 20 | 62 | 54 | 104 | 0 | 14 | 120 | 251 | 64 | 15 |
| Binary | 10000 | 110010 | 101100 | 1000100 | 0 | 1100 | 1010000 | 10101001 | 110100 | 1101 |
Color Harmonies of #10322C
Complementary color
Monochromatic Colors of #10322C
Black with #10322C
Text Example
Text Example
White with #10322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10322C; }
p { color: rgb(16,50,44); }
H1.HeaderClassName
{
color: #10322C;
}
.AnyTagClassName
{
color: #10322C;
}
</style>
background-color css
<style>
a { background-color: #10322C; }
a { background-color: rgb(16,50,44); }
div.DivClassName
{
background-color: #10322C;
}
.BgClassName
{
background-color: #10322C;
}
</style>
border-color css
<style>
span { border-color: #10322C; }
span { border-color: rgb(16,50,44); }
td.TdClassName
{
border-color: #10322C;
}
.TagClassName
{
border-color: #10322C;
}
</style>