#289570

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

Shades of Elf Green #289570

Tints of Elf Green #289570

Color information

#289570 (or 0x289570) is unknown color: approx Elf Green. HEX triplet: 28, 95 and 70. RGB value is (40,149,112). Sum of RGB (Red+Green+Blue) = 40+149+112=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #289570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289570 is #D76A8F. Grayscale: #707070. Windows color (decimal): -14117520 or 7378216. OLE color: 7378216.

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

Color convert

RGB40149112-
CMYK0.7300.250.42
HSL159.63º57.67%37.06%-
HSV(B)159.63º73.15%58.43%-
XYZ14.5523.1219.02-
YUV112.19127.8976.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=13.29%
G=49.50%
B=37.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401491120.7300.250.42159.6357.6737.06
Hex289570490192Aa03a25
Octal50225160111031522407245
Binary101000100101011110000100100101100110101010100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289570; }

 p { color: rgb(40,149,112); }

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

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

 a { background-color: rgb(40,149,112); }

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

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

 span { border-color: rgb(40,149,112); }

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