#28907D

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

Shades of Elf Green #28907D

Tints of Elf Green #28907D

Color information

#28907D (or 0x28907D) is unknown color: approx Elf Green. HEX triplet: 28, 90 and 7D. RGB value is (40,144,125). Sum of RGB (Red+Green+Blue) = 40+144+125=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #28907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28907D is #D76F82. Grayscale: #6E6E6E. Windows color (decimal): -14118787 or 8228904. OLE color: 8228904.

HSL color Cylindrical-coordinate representation of color #28907D: hue angle of 169.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28907D is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB40144125-
CMYK0.7200.130.44
HSL169.04º56.52%36.08%-
HSV(B)169.04º72.22%56.47%-
XYZ14.5521.8822.86-
YUV110.74136.0477.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=12.94%
G=46.60%
B=40.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401441250.7200.130.44169.0456.5236.08
Hex28907D480D2Ca93924
Octal50220175110015542517144
Binary10100010010000111110110010000110110110010101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28907D; }

 p { color: rgb(40,144,125); }

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

<style>
 a { background-color: #28907D; }

 a { background-color: rgb(40,144,125); }

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

<style>
 span { border-color: #28907D; }

 span { border-color: rgb(40,144,125); }

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