#289476

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

Shades of Elf Green #289476

Tints of Elf Green #289476

Color information

#289476 (or 0x289476) is unknown color: approx Elf Green. HEX triplet: 28, 94 and 76. RGB value is (40,148,118). Sum of RGB (Red+Green+Blue) = 40+148+118=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #289476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289476 is #D76B89. Grayscale: #707070. Windows color (decimal): -14117770 or 7771176. OLE color: 7771176.

HSL color Cylindrical-coordinate representation of color #289476: hue angle of 163.33º 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 #289476 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB40148118-
CMYK0.7300.200.42
HSL163.33º57.45%36.86%-
HSV(B)163.33º72.97%58.04%-
XYZ14.7322.9420.79-
YUV112.29131.2276.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=13.07%
G=48.37%
B=38.56%

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
Decimal401481180.7300.200.42163.3357.4536.86
Hex289476490142Aa33925
Octal50224166111024522437145
Binary101000100101001110110100100101010010101010100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289476; }

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

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

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

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

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

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

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

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