#163129

Color #163129 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #163129

Tints of Racing Green #163129

Color information

#163129 (or 0x163129) is unknown color: approx Racing Green. HEX triplet: 16, 31 and 29. RGB value is (22,49,41). Sum of RGB (Red+Green+Blue) = 22+49+41=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #163129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163129 is #E9CED6. Grayscale: #282828. Windows color (decimal): -15322839 or 2699542. OLE color: 2699542.

HSL color Cylindrical-coordinate representation of color #163129: hue angle of 162.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163129 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB224941-
CMYK0.5500.160.81
HSL162.22º38.03%13.92%-
HSV(B)162.22º55.1%19.22%-
XYZ1.832.532.49-
YUV40.01128.55115.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=19.64%
G=43.75%
B=36.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249410.5500.160.81162.2238.0313.92
Hex1631293701051a226e
Octal266151670201212424616
Binary101101100011010011101110100001010001101000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163129; }

 p { color: rgb(22,49,41); }

 H1.HeaderClassName
 {
   color: #163129;
 }
 .AnyTagClassName
 {
   color: #163129;
 }
</style>
background-color css

<style>
 a { background-color: #163129; }

 a { background-color: rgb(22,49,41); }

 div.DivClassName
 {
   background-color: #163129;
 }
 .BgClassName
 {
   background-color: #163129;
 }
</style>
border-color css

<style>
 span { border-color: #163129; }

 span { border-color: rgb(22,49,41); }

 td.TdClassName
 {
   border-color: #163129;
 }
 .TagClassName
 {
   border-color: #163129;
 }
</style>