#28917B

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

Shades of Elf Green #28917B

Tints of Elf Green #28917B

Color information

#28917B (or 0x28917B) is unknown color: approx Elf Green. HEX triplet: 28, 91 and 7B. RGB value is (40,145,123). Sum of RGB (Red+Green+Blue) = 40+145+123=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #28917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28917B is #D76E84. Grayscale: #6F6F6F. Windows color (decimal): -14118533 or 8098088. OLE color: 8098088.

HSL color Cylindrical-coordinate representation of color #28917B: hue angle of 167.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28917B is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB40145123-
CMYK0.7200.150.43
HSL167.43º56.76%36.27%-
HSV(B)167.43º72.41%56.86%-
XYZ14.5822.1322.24-
YUV111.1134.7177.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=12.99%
G=47.08%
B=39.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401451230.7200.150.43167.4356.7636.27
Hex28917B480F2Ba73924
Octal50221173110017532477144
Binary10100010010001111101110010000111110101110100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,145,123); }

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

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

 a { background-color: rgb(40,145,123); }

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

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

 span { border-color: rgb(40,145,123); }

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