Html Css Color HEX #163129 Racing Green

📋 copy color: '#163129'

red 22 ◦ green 49 ◦ blue 41

#163129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #163129

Tints of Racing Green #163129

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 value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#163129 (or 0x163129) is known color: 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

RGB 22 49 41 -
CMYK 0.55 0 0.16 0.81
HSL 162.22º 0.38% 0.14% -
HSV(B) 162.22º 0.55% 0.19% -
XYZ 1.83 2.53 2.49 -
YUV 40.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 22 49 41 0.55 0 0.16 0.81 162.22 0.38 0.14
Hex 16 31 29 37 0 10 51 A2 26 E
Octal 26 61 51 67 0 20 121 242 46 16
Binary 10110 110001 101001 110111 0 10000 1010001 10100010 100110 1110

Color Harmonies of #163129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163129

Black with #163129

Text Example


Text Example

White with #163129

Text Example


Text Example

HTML Codes & Css Web 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>