#28886B

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

Shades of Elf Green #28886B

Tints of Elf Green #28886B

Color information

#28886B (or 0x28886B) is unknown color: approx Elf Green. HEX triplet: 28, 88 and 6B. RGB value is (40,136,107). Sum of RGB (Red+Green+Blue) = 40+136+107=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #28886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28886B is #D77794. Grayscale: #686868. Windows color (decimal): -14120853 or 7047208. OLE color: 7047208.

HSL color Cylindrical-coordinate representation of color #28886B: hue angle of 161.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28886B is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB40136107-
CMYK0.7100.210.47
HSL161.88º54.55%34.51%-
HSV(B)161.88º70.59%53.33%-
XYZ12.3319.1216.95-
YUV103.99129.782.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=14.13%
G=48.06%
B=37.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401361070.7100.210.47161.8854.5534.51
Hex28886B470152Fa23723
Octal50210153107025572426743
Binary101000100010001101011100011101010110111110100010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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