#28866B

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

Shades of Elf Green #28866B

Tints of Elf Green #28866B

Color information

#28866B (or 0x28866B) is unknown color: approx Elf Green. HEX triplet: 28, 86 and 6B. RGB value is (40,134,107). Sum of RGB (Red+Green+Blue) = 40+134+107=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #28866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28866B is #D77994. Grayscale: #666666. Windows color (decimal): -14121365 or 7046696. OLE color: 7046696.

HSL color Cylindrical-coordinate representation of color #28866B: hue angle of 162.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28866B is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB40134107-
CMYK0.7000.200.47
HSL162.77º54.02%34.12%-
HSV(B)162.77º70.15%52.55%-
XYZ12.0518.5616.86-
YUV102.82130.3683.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=14.23%
G=47.69%
B=38.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341070.7000.200.47162.7754.0234.12
Hex28866B460142Fa33622
Octal50206153106024572436642
Binary101000100001101101011100011001010010111110100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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