#289572

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

Shades of Elf Green #289572

Tints of Elf Green #289572

Color information

#289572 (or 0x289572) is unknown color: approx Elf Green. HEX triplet: 28, 95 and 72. RGB value is (40,149,114). Sum of RGB (Red+Green+Blue) = 40+149+114=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #289572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289572 is #D76A8D. Grayscale: #707070. Windows color (decimal): -14117518 or 7509288. OLE color: 7509288.

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

Color convert

RGB40149114-
CMYK0.7300.230.42
HSL160.73º57.67%37.06%-
HSV(B)160.73º73.15%58.43%-
XYZ14.6623.1619.62-
YUV112.42128.8976.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=13.20%
G=49.17%
B=37.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401491140.7300.230.42160.7357.6737.06
Hex289572490172Aa13a25
Octal50225162111027522417245
Binary101000100101011110010100100101011110101010100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289572; }

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

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

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

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

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

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

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

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