#288060

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

Shades of Elf Green #288060

Tints of Elf Green #288060

Color information

#288060 (or 0x288060) is unknown color: approx Elf Green. HEX triplet: 28, 80 and 60. RGB value is (40,128,96). Sum of RGB (Red+Green+Blue) = 40+128+96=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #288060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288060 is #D77F9F. Grayscale: #626262. Windows color (decimal): -14122912 or 6324264. OLE color: 6324264.

HSL color Cylindrical-coordinate representation of color #288060: hue angle of 158.18º 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 #288060 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB4012896-
CMYK0.6900.250.50
HSL158.18º52.38%32.94%-
HSV(B)158.18º68.75%50.2%-
XYZ10.7116.7313.73-
YUV98.04126.8586.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=15.15%
G=48.48%
B=36.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40128960.6900.250.50158.1852.3832.94
Hex28806045019329e3421
Octal50200140105031622366441
Binary101000100000001100000100010101100111001010011110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288060; }

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

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

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

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

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

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

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

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