#1E7742

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

Shades of Dark Spring Green #1E7742

Tints of Dark Spring Green #1E7742

Color information

#1E7742 (or 0x1E7742) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 77 and 42. RGB value is (30,119,66). Sum of RGB (Red+Green+Blue) = 30+119+66=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7742 is #E188BD. Grayscale: #565656. Windows color (decimal): -14780606 or 4355870. OLE color: 4355870.

HSL color Cylindrical-coordinate representation of color #1E7742: hue angle of 144.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7742 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB3011966-
CMYK0.7500.450.53
HSL144.27º59.73%29.22%-
HSV(B)144.27º74.79%46.67%-
XYZ8.1213.867.4-
YUV86.35116.5187.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=13.95%
G=55.35%
B=30.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30119660.7500.450.53144.2759.7329.22
Hex1E77424B02D35903c1d
Octal36167102113055652207435
Binary1111011101111000010100101101011011101011001000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,119,66); }

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

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

 a { background-color: rgb(30,119,66); }

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

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

 span { border-color: rgb(30,119,66); }

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