#288E6A

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

Shades of Elf Green #288E6A

Tints of Elf Green #288E6A

Color information

#288E6A (or 0x288E6A) is unknown color: approx Elf Green. HEX triplet: 28, 8E and 6A. RGB value is (40,142,106). Sum of RGB (Red+Green+Blue) = 40+142+106=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #288E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E6A is #D77195. Grayscale: #6B6B6B. Windows color (decimal): -14119318 or 6983208. OLE color: 6983208.

HSL color Cylindrical-coordinate representation of color #288E6A: hue angle of 158.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E6A is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB40142106-
CMYK0.7200.250.44
HSL158.82º56.04%35.69%-
HSV(B)158.82º71.83%55.69%-
XYZ13.1520.8416.96-
YUV107.4127.2179.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 142 (55.86% from 255) = 49.31%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=13.89%
G=49.31%
B=36.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401421060.7200.250.44158.8256.0435.69
Hex288E6A480192C9f3824
Octal50216152110031542377044
Binary101000100011101101010100100001100110110010011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288E6A; }

 p { color: rgb(40,142,106); }

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

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

 a { background-color: rgb(40,142,106); }

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

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

 span { border-color: rgb(40,142,106); }

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