#16312E

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

Shades of Racing Green #16312E

Tints of Racing Green #16312E

Color information

#16312E (or 0x16312E) is unknown color: approx Racing Green. HEX triplet: 16, 31 and 2E. RGB value is (22,49,46). Sum of RGB (Red+Green+Blue) = 22+49+46=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #16312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16312E is #E9CED1. Grayscale: #282828. Windows color (decimal): -15322834 or 3027222. OLE color: 3027222.

HSL color Cylindrical-coordinate representation of color #16312E: hue angle of 173.33º 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 #16312E is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB224946-
CMYK0.5500.060.81
HSL173.33º38.03%13.92%-
HSV(B)173.33º55.1%19.22%-
XYZ1.922.562.98-
YUV40.58131.05114.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=18.80%
G=41.88%
B=39.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249460.5500.060.81173.3338.0313.92
Hex16312E370651ad26e
Octal26615667061212554616
Binary1011011000110111011011101101010001101011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16312E; }

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

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

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

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

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

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

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

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