#289475

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

Shades of Elf Green #289475

Tints of Elf Green #289475

Color information

#289475 (or 0x289475) is unknown color: approx Elf Green. HEX triplet: 28, 94 and 75. RGB value is (40,148,117). Sum of RGB (Red+Green+Blue) = 40+148+117=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #289475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289475 is #D76B8A. Grayscale: #707070. Windows color (decimal): -14117771 or 7705640. OLE color: 7705640.

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

Color convert

RGB40148117-
CMYK0.7300.210.42
HSL162.78º57.45%36.86%-
HSV(B)162.78º72.97%58.04%-
XYZ14.6822.9220.48-
YUV112.17130.7276.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=13.11%
G=48.52%
B=38.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401481170.7300.210.42162.7857.4536.86
Hex289475490152Aa33925
Octal50224165111025522437145
Binary101000100101001110101100100101010110101010100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289475; }

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

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

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

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

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

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

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

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