#28966F

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

Shades of Elf Green #28966F

Tints of Elf Green #28966F

Color information

#28966F (or 0x28966F) is unknown color: approx Elf Green. HEX triplet: 28, 96 and 6F. RGB value is (40,150,111). Sum of RGB (Red+Green+Blue) = 40+150+111=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #28966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28966F is #D76990. Grayscale: #707070. Windows color (decimal): -14117265 or 7312936. OLE color: 7312936.

HSL color Cylindrical-coordinate representation of color #28966F: hue angle of 158.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28966F is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB40150111-
CMYK0.7300.260.41
HSL158.73º57.89%37.25%-
HSV(B)158.73º73.33%58.82%-
XYZ14.6523.4118.79-
YUV112.66127.0676.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=13.29%
G=49.83%
B=36.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401501110.7300.260.41158.7357.8937.25
Hex28966F4901A299f3a25
Octal50226157111032512377245
Binary101000100101101101111100100101101010100110011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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