#1e8241

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

Shades of Dark Spring Green #1E8241

Tints of Dark Spring Green #1E8241

Color information

#1E8241 (or 0x1E8241) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 82 and 41. RGB value is (30,130,65). Sum of RGB (Red+Green+Blue) = 30+130+65=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8241 is #E17DBE. Grayscale: #5C5C5C. Windows color (decimal): -14777791 or 4293150. OLE color: 4293150.

HSL color Cylindrical-coordinate representation of color #1E8241: hue angle of 141º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8241 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB3013065-
CMYK0.7700.500.49
HSL141º62.5%31.37%-
HSV(B)141º76.92%50.98%-
XYZ9.4716.627.71-
YUV92.69112.3783.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=13.33%
G=57.78%
B=28.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130650.7700.500.4914162.531.37
Hex1E82414D032318d3e1f
Octal36202101115062612157637
Binary11110100000101000001100110101100101100011000110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e8241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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