#1E6B46

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

Shades of Dark Spring Green #1E6B46

Tints of Dark Spring Green #1E6B46

Color information

#1E6B46 (or 0x1E6B46) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6B and 46. RGB value is (30,107,70). Sum of RGB (Red+Green+Blue) = 30+107+70=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B46 is #E194B9. Grayscale: #4F4F4F. Windows color (decimal): -14783674 or 4614942. OLE color: 4614942.

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

Color convert

RGB3010770-
CMYK0.7200.350.58
HSL151.17º56.2%26.86%-
HSV(B)151.17º71.96%41.96%-
XYZ6.911.237.6-
YUV79.76122.4992.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 107 (42.19% from 255) = 51.69%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=14.49%
G=51.69%
B=33.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107700.7200.350.58151.1756.226.86
Hex1E6B46480233A97381b
Octal36153106110043722277033
Binary1111011010111000110100100001000111110101001011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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