#1E7A41

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

Shades of Dark Spring Green #1E7A41

Tints of Dark Spring Green #1E7A41

Color information

#1E7A41 (or 0x1E7A41) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 7A and 41. RGB value is (30,122,65). Sum of RGB (Red+Green+Blue) = 30+122+65=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7A41 is #E185BE. Grayscale: #585858. Windows color (decimal): -14779839 or 4291102. OLE color: 4291102.

HSL color Cylindrical-coordinate representation of color #1E7A41: hue angle of 142.83º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A41 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB3012265-
CMYK0.7500.470.52
HSL142.83º60.53%29.8%-
HSV(B)142.83º75.41%47.84%-
XYZ8.4514.587.37-
YUV87.99115.0286.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 122 (48.05% from 255) = 56.22%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=13.82%
G=56.22%
B=29.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30122650.7500.470.52142.8360.5329.8
Hex1E7A414B02F348f3d1e
Octal36172101113057642177536
Binary1111011110101000001100101101011111101001000111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,65); }

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

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

 a { background-color: rgb(30,122,65); }

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

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

 span { border-color: rgb(30,122,65); }

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