#28926E

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

Shades of Elf Green #28926E

Tints of Elf Green #28926E

Color information

#28926E (or 0x28926E) is unknown color: approx Elf Green. HEX triplet: 28, 92 and 6E. RGB value is (40,146,110). Sum of RGB (Red+Green+Blue) = 40+146+110=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #28926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28926E is #D76D91. Grayscale: #6E6E6E. Windows color (decimal): -14118290 or 7246376. OLE color: 7246376.

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

Color convert

RGB40146110-
CMYK0.7300.250.43
HSL159.62º56.99%36.47%-
HSV(B)159.62º72.6%57.25%-
XYZ13.9722.1318.29-
YUV110.2127.8877.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=13.51%
G=49.32%
B=37.16%

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
Decimal401461100.7300.250.43159.6256.9936.47
Hex28926E490192Ba03924
Octal50222156111031532407144
Binary101000100100101101110100100101100110101110100000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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