#28896A

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

Shades of Elf Green #28896A

Tints of Elf Green #28896A

Color information

#28896A (or 0x28896A) is unknown color: approx Elf Green. HEX triplet: 28, 89 and 6A. RGB value is (40,137,106). Sum of RGB (Red+Green+Blue) = 40+137+106=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #28896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28896A is #D77695. Grayscale: #686868. Windows color (decimal): -14120598 or 6981928. OLE color: 6981928.

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

Color convert

RGB40137106-
CMYK0.7100.230.46
HSL160.82º54.8%34.71%-
HSV(B)160.82º70.8%53.73%-
XYZ12.4219.3816.72-
YUV104.46128.8682.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 137 (53.91% from 255) = 48.41%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=14.13%
G=48.41%
B=37.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371060.7100.230.46160.8254.834.71
Hex28896A470172Ea13723
Octal50211152107027562416743
Binary101000100010011101010100011101011110111010100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28896A; }

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

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

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

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

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

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

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

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