#28926B

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

Shades of Elf Green #28926B

Tints of Elf Green #28926B

Color information

#28926B (or 0x28926B) is unknown color: approx Elf Green. HEX triplet: 28, 92 and 6B. RGB value is (40,146,107). Sum of RGB (Red+Green+Blue) = 40+146+107=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #28926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28926B is #D76D94. Grayscale: #6D6D6D. Windows color (decimal): -14118293 or 7049768. OLE color: 7049768.

HSL color Cylindrical-coordinate representation of color #28926B: hue angle of 157.92º 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 #28926B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB40146107-
CMYK0.7300.270.43
HSL157.92º56.99%36.47%-
HSV(B)157.92º72.6%57.25%-
XYZ13.8122.0717.44-
YUV109.86126.3878.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=13.65%
G=49.83%
B=36.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461070.7300.270.43157.9256.9936.47
Hex28926B4901B2B9e3924
Octal50222153111033532367144
Binary101000100100101101011100100101101110101110011110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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