#1E703F

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

Shades of Dark Spring Green #1E703F

Tints of Dark Spring Green #1E703F

Color information

#1E703F (or 0x1E703F) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 70 and 3F. RGB value is (30,112,63). Sum of RGB (Red+Green+Blue) = 30+112+63=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #1E703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E703F is #E18FC0. Grayscale: #525252. Windows color (decimal): -14782401 or 4157470. OLE color: 4157470.

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

Color convert

RGB3011263-
CMYK0.7300.440.56
HSL144.15º57.75%27.84%-
HSV(B)144.15º73.21%43.92%-
XYZ7.2312.226.68-
YUV81.9117.3390.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 63 (25% from 255) = 30.73%
R=14.63%
G=54.63%
B=30.73%

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
Decimal30112630.7300.440.56144.1557.7527.84
Hex1E703F4902C38903a1c
Octal3616077111054702207234
Binary111101110000111111100100101011001110001001000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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