#288065

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

Shades of Elf Green #288065

Tints of Elf Green #288065

Color information

#288065 (or 0x288065) is unknown color: approx Elf Green. HEX triplet: 28, 80 and 65. RGB value is (40,128,101). Sum of RGB (Red+Green+Blue) = 40+128+101=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #288065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288065 is #D77F9A. Grayscale: #626262. Windows color (decimal): -14122907 or 6651944. OLE color: 6651944.

HSL color Cylindrical-coordinate representation of color #288065: hue angle of 161.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288065 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB40128101-
CMYK0.6900.210.50
HSL161.59º52.38%32.94%-
HSV(B)161.59º68.75%50.2%-
XYZ10.9416.8314.98-
YUV98.61129.3586.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=14.87%
G=47.58%
B=37.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401281010.6900.210.50161.5952.3832.94
Hex2880654501532a23421
Octal50200145105025622426441
Binary101000100000001100101100010101010111001010100010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288065; }

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

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

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

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

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

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

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

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