#1E714C

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

Shades of Dark Spring Green #1E714C

Tints of Dark Spring Green #1E714C

Color information

#1E714C (or 0x1E714C) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 71 and 4C. RGB value is (30,113,76). Sum of RGB (Red+Green+Blue) = 30+113+76=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #1E714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E714C is #E18EB3. Grayscale: #545454. Windows color (decimal): -14782132 or 5009694. OLE color: 5009694.

HSL color Cylindrical-coordinate representation of color #1E714C: hue angle of 153.25º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E714C is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB3011376-
CMYK0.7300.330.56
HSL153.25º58.04%28.04%-
HSV(B)153.25º73.45%44.31%-
XYZ7.7512.618.86-
YUV83.96123.589.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=13.70%
G=51.60%
B=34.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30113760.7300.330.56153.2558.0428.04
Hex1E714C4902138993a1c
Octal36161114111041702317234
Binary1111011100011001100100100101000011110001001100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E714C; }

 p { color: rgb(30,113,76); }

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

<style>
 a { background-color: #1E714C; }

 a { background-color: rgb(30,113,76); }

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

<style>
 span { border-color: #1E714C; }

 span { border-color: rgb(30,113,76); }

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