#1E6C4C

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

Shades of Dark Spring Green #1E6C4C

Tints of Dark Spring Green #1E6C4C

Color information

#1E6C4C (or 0x1E6C4C) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6C and 4C. RGB value is (30,108,76). Sum of RGB (Red+Green+Blue) = 30+108+76=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6C4C is #E193B3. Grayscale: #515151. Windows color (decimal): -14783412 or 5008414. OLE color: 5008414.

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

Color convert

RGB3010876-
CMYK0.7200.300.58
HSL155.38º56.52%27.06%-
HSV(B)155.38º72.22%42.35%-
XYZ7.211.528.68-
YUV81.03125.1691.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=14.02%
G=50.47%
B=35.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30108760.7200.300.58155.3856.5227.06
Hex1E6C4C4801E3A9b391b
Octal36154114110036722337133
Binary111101101100100110010010000111101110101001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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