#288665

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

Shades of Elf Green #288665

Tints of Elf Green #288665

Color information

#288665 (or 0x288665) is unknown color: approx Elf Green. HEX triplet: 28, 86 and 65. RGB value is (40,134,101). Sum of RGB (Red+Green+Blue) = 40+134+101=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #288665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288665 is #D7799A. Grayscale: #666666. Windows color (decimal): -14121371 or 6653480. OLE color: 6653480.

HSL color Cylindrical-coordinate representation of color #288665: hue angle of 158.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288665 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB40134101-
CMYK0.7000.250.47
HSL158.94º54.02%34.12%-
HSV(B)158.94º70.15%52.55%-
XYZ11.7518.4415.25-
YUV102.13127.3683.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=14.55%
G=48.73%
B=36.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341010.7000.250.47158.9454.0234.12
Hex288665460192F9f3622
Octal50206145106031572376642
Binary101000100001101100101100011001100110111110011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288665; }

 p { color: rgb(40,134,101); }

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

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

 a { background-color: rgb(40,134,101); }

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

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

 span { border-color: rgb(40,134,101); }

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