#16372C

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

Shades of Racing Green #16372C

Tints of Racing Green #16372C

Color information

#16372C (or 0x16372C) is unknown color: approx Racing Green. HEX triplet: 16, 37 and 2C. RGB value is (22,55,44). Sum of RGB (Red+Green+Blue) = 22+55+44=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #16372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16372C is #E9C8D3. Grayscale: #2B2B2B. Windows color (decimal): -15321300 or 2897686. OLE color: 2897686.

HSL color Cylindrical-coordinate representation of color #16372C: hue angle of 160º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #16372C is Cyan = 0.6, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB225544-
CMYK0.600.20.78
HSL160º42.86%15.1%-
HSV(B)160º60%21.57%-
XYZ2.153.082.86-
YUV43.88128.07112.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=18.18%
G=45.45%
B=36.36%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2255440.600.20.7816042.8615.1
Hex16372C3C0144Ea02bf
Octal266754740241162405317
Binary101101101111011001111000101001001110101000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16372C; }

 p { color: rgb(22,55,44); }

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

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

 a { background-color: rgb(22,55,44); }

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

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

 span { border-color: rgb(22,55,44); }

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