#28956C

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

Shades of Elf Green #28956C

Tints of Elf Green #28956C

Color information

#28956C (or 0x28956C) is unknown color: approx Elf Green. HEX triplet: 28, 95 and 6C. RGB value is (40,149,108). Sum of RGB (Red+Green+Blue) = 40+149+108=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #28956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28956C is #D76A93. Grayscale: #6F6F6F. Windows color (decimal): -14117524 or 7116072. OLE color: 7116072.

HSL color Cylindrical-coordinate representation of color #28956C: hue angle of 157.43º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28956C is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB40149108-
CMYK0.7300.280.42
HSL157.43º57.67%37.06%-
HSV(B)157.43º73.15%58.43%-
XYZ14.3323.0317.88-
YUV111.73125.8976.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=13.47%
G=50.17%
B=36.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401491080.7300.280.42157.4357.6737.06
Hex28956C4901C2A9d3a25
Octal50225154111034522357245
Binary101000100101011101100100100101110010101010011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28956C; }

 p { color: rgb(40,149,108); }

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

<style>
 a { background-color: #28956C; }

 a { background-color: rgb(40,149,108); }

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

<style>
 span { border-color: #28956C; }

 span { border-color: rgb(40,149,108); }

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