#28926D

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

Shades of Elf Green #28926D

Tints of Elf Green #28926D

Color information

#28926D (or 0x28926D) is unknown color: approx Elf Green. HEX triplet: 28, 92 and 6D. RGB value is (40,146,109). Sum of RGB (Red+Green+Blue) = 40+146+109=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #28926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28926D is #D76D92. Grayscale: #6E6E6E. Windows color (decimal): -14118291 or 7180840. OLE color: 7180840.

HSL color Cylindrical-coordinate representation of color #28926D: hue angle of 159.06º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28926D is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB40146109-
CMYK0.7300.250.43
HSL159.06º56.99%36.47%-
HSV(B)159.06º72.6%57.25%-
XYZ13.9122.1118-
YUV110.09127.3878.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=13.56%
G=49.49%
B=36.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461090.7300.250.43159.0656.9936.47
Hex28926D490192B9f3924
Octal50222155111031532377144
Binary101000100100101101101100100101100110101110011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28926D; }

 p { color: rgb(40,146,109); }

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

<style>
 a { background-color: #28926D; }

 a { background-color: rgb(40,146,109); }

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

<style>
 span { border-color: #28926D; }

 span { border-color: rgb(40,146,109); }

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