#289277

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

Shades of Elf Green #289277

Tints of Elf Green #289277

Color information

#289277 (or 0x289277) is unknown color: approx Elf Green. HEX triplet: 28, 92 and 77. RGB value is (40,146,119). Sum of RGB (Red+Green+Blue) = 40+146+119=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #289277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289277 is #D76D88. Grayscale: #6F6F6F. Windows color (decimal): -14118281 or 7836200. OLE color: 7836200.

HSL color Cylindrical-coordinate representation of color #289277: hue angle of 164.72º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289277 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB40146119-
CMYK0.7300.180.43
HSL164.72º56.99%36.47%-
HSV(B)164.72º72.6%57.25%-
XYZ14.4822.3421-
YUV111.23132.3877.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=13.11%
G=47.87%
B=39.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461190.7300.180.43164.7256.9936.47
Hex289277490122Ba53924
Octal50222167111022532457144
Binary101000100100101110111100100101001010101110100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289277; }

 p { color: rgb(40,146,119); }

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

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

 a { background-color: rgb(40,146,119); }

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

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

 span { border-color: rgb(40,146,119); }

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