#1E713F

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

Shades of Dark Spring Green #1E713F

Tints of Dark Spring Green #1E713F

Color information

#1E713F (or 0x1E713F) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 71 and 3F. RGB value is (30,113,63). Sum of RGB (Red+Green+Blue) = 30+113+63=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #1E713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E713F is #E18EC0. Grayscale: #525252. Windows color (decimal): -14782145 or 4157726. OLE color: 4157726.

HSL color Cylindrical-coordinate representation of color #1E713F: hue angle of 143.86º 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 #1E713F is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB3011363-
CMYK0.7300.440.56
HSL143.86º58.04%28.04%-
HSV(B)143.86º73.45%44.31%-
XYZ7.3412.456.72-
YUV82.4811790.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 63 (25% from 255) = 30.58%
R=14.56%
G=54.85%
B=30.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30113630.7300.440.56143.8658.0428.04
Hex1E713F4902C38903a1c
Octal3616177111054702207234
Binary111101110001111111100100101011001110001001000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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