#28826A

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

Shades of Elf Green #28826A

Tints of Elf Green #28826A

Color information

#28826A (or 0x28826A) is unknown color: approx Elf Green. HEX triplet: 28, 82 and 6A. RGB value is (40,130,106). Sum of RGB (Red+Green+Blue) = 40+130+106=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #28826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826A is #D77D95. Grayscale: #646464. Windows color (decimal): -14122390 or 6980136. OLE color: 6980136.

HSL color Cylindrical-coordinate representation of color #28826A: hue angle of 164º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28826A is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB40130106-
CMYK0.6900.180.49
HSL164º52.94%33.33%-
HSV(B)164º69.23%50.98%-
XYZ11.4617.4616.4-
YUV100.35131.1884.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=14.49%
G=47.10%
B=38.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401301060.6900.180.4916452.9433.33
Hex28826A4501231a43521
Octal50202152105022612446541
Binary101000100000101101010100010101001011000110100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28826A; }

 p { color: rgb(40,130,106); }

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

<style>
 a { background-color: #28826A; }

 a { background-color: rgb(40,130,106); }

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

<style>
 span { border-color: #28826A; }

 span { border-color: rgb(40,130,106); }

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