Shades of Racing Green #163530
Tints of Racing Green #163530
RGB
CMYK
RGB Variations
Color information
#163530 (or 0x163530) is known color: Racing Green. HEX triplet: 16, 35 and 30. RGB value is (22,53,48). Sum of RGB (Red+Green+Blue) = 22+53+48=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #163530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163530 is #E9CACF. Grayscale: #2B2B2B. Windows color (decimal): -15321808 or 3159318. OLE color: 3159318.
HSL color Cylindrical-coordinate representation of color #163530: hue angle of 170.32º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163530 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 48 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.79 |
| HSL | 170.32º | 0.41% | 0.15% | - |
| HSV(B) | 170.32º | 0.58% | 0.21% | - |
| XYZ | 2.14 | 2.93 | 3.25 | - |
| YUV | 43.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 48 | 0.58 | 0 | 0.09 | 0.79 | 170.32 | 0.41 | 0.15 |
| Hex | 16 | 35 | 30 | 3A | 0 | 9 | 4F | AA | 29 | F |
| Octal | 26 | 65 | 60 | 72 | 0 | 11 | 117 | 252 | 51 | 17 |
| Binary | 10110 | 110101 | 110000 | 111010 | 0 | 1001 | 1001111 | 10101010 | 101001 | 1111 |
Color Harmonies of #163530
Complementary color
Monochromatic Colors of #163530
Black with #163530
Text Example
Text Example
White with #163530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163530; }
p { color: rgb(22,53,48); }
H1.HeaderClassName
{
color: #163530;
}
.AnyTagClassName
{
color: #163530;
}
</style>
background-color css
<style>
a { background-color: #163530; }
a { background-color: rgb(22,53,48); }
div.DivClassName
{
background-color: #163530;
}
.BgClassName
{
background-color: #163530;
}
</style>
border-color css
<style>
span { border-color: #163530; }
span { border-color: rgb(22,53,48); }
td.TdClassName
{
border-color: #163530;
}
.TagClassName
{
border-color: #163530;
}
</style>