#16312B

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

Shades of Racing Green #16312B

Tints of Racing Green #16312B

Color information

#16312B (or 0x16312B) is unknown color: approx Racing Green. HEX triplet: 16, 31 and 2B. RGB value is (22,49,43). Sum of RGB (Red+Green+Blue) = 22+49+43=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #16312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16312B is #E9CED4. Grayscale: #282828. Windows color (decimal): -15322837 or 2830614. OLE color: 2830614.

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

Color convert

RGB224943-
CMYK0.5500.120.81
HSL166.67º38.03%13.92%-
HSV(B)166.67º55.1%19.22%-
XYZ1.872.542.68-
YUV40.24129.55114.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=19.30%
G=42.98%
B=37.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249430.5500.120.81166.6738.0313.92
Hex16312B370C51a726e
Octal266153670141212474616
Binary10110110001101011110111011001010001101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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