#289370

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

Shades of Elf Green #289370

Tints of Elf Green #289370

Color information

#289370 (or 0x289370) is unknown color: approx Elf Green. HEX triplet: 28, 93 and 70. RGB value is (40,147,112). Sum of RGB (Red+Green+Blue) = 40+147+112=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #289370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289370 is #D76C8F. Grayscale: #6F6F6F. Windows color (decimal): -14118032 or 7377704. OLE color: 7377704.

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

Color convert

RGB40147112-
CMYK0.7300.240.42
HSL160.37º57.22%36.67%-
HSV(B)160.37º72.79%57.65%-
XYZ14.2322.4918.92-
YUV111.02128.5577.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=13.38%
G=49.16%
B=37.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401471120.7300.240.42160.3757.2236.67
Hex289370490182Aa03925
Octal50223160111030522407145
Binary101000100100111110000100100101100010101010100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289370; }

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

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

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

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

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

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

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

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