Shades of Racing Green #10221F
Tints of Racing Green #10221F
RGB
CMYK
RGB Variations
Color information
#10221F (or 0x10221F) is known color: Racing Green. HEX triplet: 10, 22 and 1F. RGB value is (16,34,31). Sum of RGB (Red+Green+Blue) = 16+34+31=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 34 - color contains mainly: green. Hex color #10221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10221F is #EFDDE0. Grayscale: #1C1C1C. Windows color (decimal): -15719905 or 2040336. OLE color: 2040336.
HSL color Cylindrical-coordinate representation of color #10221F: hue angle of 170º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #10221F is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 34 | 31 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.87 |
| HSL | 170º | 0.36% | 0.1% | - |
| HSV(B) | 170º | 0.53% | 0.13% | - |
| XYZ | 1.03 | 1.35 | 1.5 | - |
| YUV | 28.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 31 | 0.53 | 0 | 0.09 | 0.87 | 170 | 0.36 | 0.1 |
| Hex | 10 | 22 | 1F | 35 | 0 | 9 | 57 | AA | 24 | A |
| Octal | 20 | 42 | 37 | 65 | 0 | 11 | 127 | 252 | 44 | 12 |
| Binary | 10000 | 100010 | 11111 | 110101 | 0 | 1001 | 1010111 | 10101010 | 100100 | 1010 |
Color Harmonies of #10221F
Complementary color
Monochromatic Colors of #10221F
Black with #10221F
Text Example
Text Example
White with #10221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10221F; }
p { color: rgb(16,34,31); }
H1.HeaderClassName
{
color: #10221F;
}
.AnyTagClassName
{
color: #10221F;
}
</style>
background-color css
<style>
a { background-color: #10221F; }
a { background-color: rgb(16,34,31); }
div.DivClassName
{
background-color: #10221F;
}
.BgClassName
{
background-color: #10221F;
}
</style>
border-color css
<style>
span { border-color: #10221F; }
span { border-color: rgb(16,34,31); }
td.TdClassName
{
border-color: #10221F;
}
.TagClassName
{
border-color: #10221F;
}
</style>