#288B6B

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

Shades of Elf Green #288B6B

Tints of Elf Green #288B6B

Color information

#288B6B (or 0x288B6B) is unknown color: approx Elf Green. HEX triplet: 28, 8B and 6B. RGB value is (40,139,107). Sum of RGB (Red+Green+Blue) = 40+139+107=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #288B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B6B is #D77494. Grayscale: #696969. Windows color (decimal): -14120085 or 7047976. OLE color: 7047976.

HSL color Cylindrical-coordinate representation of color #288B6B: hue angle of 160.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B6B is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB40139107-
CMYK0.7100.230.45
HSL160.61º55.31%35.1%-
HSV(B)160.61º71.22%54.51%-
XYZ12.7619.9817.09-
YUV105.75128.781.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=13.99%
G=48.60%
B=37.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401391070.7100.230.45160.6155.3135.1
Hex288B6B470172Da13723
Octal50213153107027552416743
Binary101000100010111101011100011101011110110110100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,139,107); }

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

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

 a { background-color: rgb(40,139,107); }

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

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

 span { border-color: rgb(40,139,107); }

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