#163029

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

Shades of Racing Green #163029

Tints of Racing Green #163029

Color information

#163029 (or 0x163029) is unknown color: approx Racing Green. HEX triplet: 16, 30 and 29. RGB value is (22,48,41). Sum of RGB (Red+Green+Blue) = 22+48+41=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #163029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163029 is #E9CFD6. Grayscale: #272727. Windows color (decimal): -15323095 or 2699286. OLE color: 2699286.

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

Color convert

RGB224841-
CMYK0.5400.150.81
HSL163.85º37.14%13.73%-
HSV(B)163.85º54.17%18.82%-
XYZ1.792.442.48-
YUV39.43128.89115.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=19.82%
G=43.24%
B=36.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248410.5400.150.81163.8537.1413.73
Hex163029360F51a425e
Octal266051660171212444516
Binary10110110000101001110110011111010001101001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163029; }

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

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

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

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

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

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

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

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