#1E6F40

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

Shades of Dark Spring Green #1E6F40

Tints of Dark Spring Green #1E6F40

Color information

#1E6F40 (or 0x1E6F40) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6F and 40. RGB value is (30,111,64). Sum of RGB (Red+Green+Blue) = 30+111+64=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6F40 is #E190BF. Grayscale: #515151. Windows color (decimal): -14782656 or 4222750. OLE color: 4222750.

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

Color convert

RGB3011164-
CMYK0.7300.420.56
HSL145.19º57.45%27.65%-
HSV(B)145.19º72.97%43.53%-
XYZ7.1512.026.79-
YUV81.42118.1691.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=14.63%
G=54.15%
B=31.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111640.7300.420.56145.1957.4527.65
Hex1E6F404902A3891391c
Octal36157100111052702217134
Binary1111011011111000000100100101010101110001001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,64); }

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

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

 a { background-color: rgb(30,111,64); }

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

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

 span { border-color: rgb(30,111,64); }

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