#289376

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

Shades of Elf Green #289376

Tints of Elf Green #289376

Color information

#289376 (or 0x289376) is unknown color: approx Elf Green. HEX triplet: 28, 93 and 76. RGB value is (40,147,118). Sum of RGB (Red+Green+Blue) = 40+147+118=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #289376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289376 is #D76C89. Grayscale: #6F6F6F. Windows color (decimal): -14118026 or 7770920. OLE color: 7770920.

HSL color Cylindrical-coordinate representation of color #289376: hue angle of 163.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289376 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB40147118-
CMYK0.7300.200.42
HSL163.74º57.22%36.67%-
HSV(B)163.74º72.79%57.65%-
XYZ14.5822.6320.74-
YUV111.7131.5576.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=13.11%
G=48.20%
B=38.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401471180.7300.200.42163.7457.2236.67
Hex289376490142Aa43925
Octal50223166111024522447145
Binary101000100100111110110100100101010010101010100100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289376; }

 p { color: rgb(40,147,118); }

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

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

 a { background-color: rgb(40,147,118); }

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

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

 span { border-color: rgb(40,147,118); }

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