#28896F

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

Shades of Elf Green #28896F

Tints of Elf Green #28896F

Color information

#28896F (or 0x28896F) is unknown color: approx Elf Green. HEX triplet: 28, 89 and 6F. RGB value is (40,137,111). Sum of RGB (Red+Green+Blue) = 40+137+111=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #28896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28896F is #D77690. Grayscale: #696969. Windows color (decimal): -14120593 or 7309608. OLE color: 7309608.

HSL color Cylindrical-coordinate representation of color #28896F: hue angle of 163.92º 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 #28896F is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB40137111-
CMYK0.7100.190.46
HSL163.92º54.8%34.71%-
HSV(B)163.92º70.8%53.73%-
XYZ12.6919.4918.13-
YUV105.03131.3681.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=13.89%
G=47.57%
B=38.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371110.7100.190.46163.9254.834.71
Hex28896F470132Ea43723
Octal50211157107023562446743
Binary101000100010011101111100011101001110111010100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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