#28714D

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

Shades of Dark Spring Green #28714D

Tints of Dark Spring Green #28714D

Color information

#28714D (or 0x28714D) is unknown color: approx Dark Spring Green. HEX triplet: 28, 71 and 4D. RGB value is (40,113,77). Sum of RGB (Red+Green+Blue) = 40+113+77=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #28714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28714D is #D78EB2. Grayscale: #575757. Windows color (decimal): -14126771 or 5075240. OLE color: 5075240.

HSL color Cylindrical-coordinate representation of color #28714D: hue angle of 150.41º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28714D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB4011377-
CMYK0.6500.320.56
HSL150.41º47.71%30%-
HSV(B)150.41º64.6%44.31%-
XYZ8.1212.89.06-
YUV87.07122.3294.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=17.39%
G=49.13%
B=33.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40113770.6500.320.56150.4147.7130
Hex28714D410203896301e
Octal50161115101040702266036
Binary10100011100011001101100000101000001110001001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,113,77); }

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

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

 a { background-color: rgb(40,113,77); }

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

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

 span { border-color: rgb(40,113,77); }

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