#1E6C4D

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

Shades of Dark Spring Green #1E6C4D

Tints of Dark Spring Green #1E6C4D

Color information

#1E6C4D (or 0x1E6C4D) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6C and 4D. RGB value is (30,108,77). Sum of RGB (Red+Green+Blue) = 30+108+77=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6C4D is #E193B2. Grayscale: #515151. Windows color (decimal): -14783411 or 5073950. OLE color: 5073950.

HSL color Cylindrical-coordinate representation of color #1E6C4D: hue angle of 156.15º degrees, saturation: 0.57, 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 #1E6C4D is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB3010877-
CMYK0.7200.290.58
HSL156.15º56.52%27.06%-
HSV(B)156.15º72.22%42.35%-
XYZ7.2411.548.87-
YUV81.14125.6691.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 108 (42.58% from 255) = 50.23%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=13.95%
G=50.23%
B=35.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30108770.7200.290.58156.1556.5227.06
Hex1E6C4D4801D3A9c391b
Octal36154115110035722347133
Binary111101101100100110110010000111011110101001110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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