#163229

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

Shades of Racing Green #163229

Tints of Racing Green #163229

Color information

#163229 (or 0x163229) is unknown color: approx Racing Green. HEX triplet: 16, 32 and 29. RGB value is (22,50,41). Sum of RGB (Red+Green+Blue) = 22+50+41=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #163229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163229 is #E9CDD6. Grayscale: #282828. Windows color (decimal): -15322583 or 2699798. OLE color: 2699798.

HSL color Cylindrical-coordinate representation of color #163229: hue angle of 160.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163229 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB225041-
CMYK0.5600.180.80
HSL160.71º38.89%14.12%-
HSV(B)160.71º56%19.61%-
XYZ1.872.612.5-
YUV40.6128.22114.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=19.47%
G=44.25%
B=36.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250410.5600.180.80160.7138.8914.12
Hex1632293801250a127e
Octal266251700221202414716
Binary101101100101010011110000100101010000101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163229; }

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

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

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

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

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

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

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

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