#1E6B4D

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

Shades of Dark Spring Green #1E6B4D

Tints of Dark Spring Green #1E6B4D

Color information

#1E6B4D (or 0x1E6B4D) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6B and 4D. RGB value is (30,107,77). Sum of RGB (Red+Green+Blue) = 30+107+77=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B4D is #E194B2. Grayscale: #505050. Windows color (decimal): -14783667 or 5073694. OLE color: 5073694.

HSL color Cylindrical-coordinate representation of color #1E6B4D: hue angle of 156.62º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B4D is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB3010777-
CMYK0.7200.280.58
HSL156.62º56.2%26.86%-
HSV(B)156.62º71.96%41.96%-
XYZ7.1311.338.83-
YUV80.56125.9991.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=14.02%
G=50%
B=35.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107770.7200.280.58156.6256.226.86
Hex1E6B4D4801C3A9d381b
Octal36153115110034722357033
Binary111101101011100110110010000111001110101001110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,107,77); }

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

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

 a { background-color: rgb(30,107,77); }

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

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

 span { border-color: rgb(30,107,77); }

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