#168372

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

Shades of Elf Green #168372

Tints of Elf Green #168372

Color information

#168372 (or 0x168372) is unknown color: approx Elf Green. HEX triplet: 16, 83 and 72. RGB value is (22,131,114). Sum of RGB (Red+Green+Blue) = 22+131+114=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #168372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168372 is #E97C8D. Grayscale: #606060. Windows color (decimal): -15301774 or 7504662. OLE color: 7504662.

HSL color Cylindrical-coordinate representation of color #168372: hue angle of 170.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168372 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB22131114-
CMYK0.8300.130.49
HSL170.64º71.24%30%-
HSV(B)170.64º83.21%51.37%-
XYZ11.4817.6218.71-
YUV96.47137.8974.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=8.24%
G=49.06%
B=42.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal221311140.8300.130.49170.6471.2430
Hex168372530D31ab471e
Octal262031621230156125310736
Binary1011010000011111001010100110110111000110101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168372; }

 p { color: rgb(22,131,114); }

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

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

 a { background-color: rgb(22,131,114); }

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

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

 span { border-color: rgb(22,131,114); }

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