#1E734C

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

Shades of Dark Spring Green #1E734C

Tints of Dark Spring Green #1E734C

Color information

#1E734C (or 0x1E734C) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 73 and 4C. RGB value is (30,115,76). Sum of RGB (Red+Green+Blue) = 30+115+76=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #1E734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E734C is #E18CB3. Grayscale: #555555. Windows color (decimal): -14781620 or 5010206. OLE color: 5010206.

HSL color Cylindrical-coordinate representation of color #1E734C: hue angle of 152.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E734C is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB3011576-
CMYK0.7400.340.55
HSL152.47º58.62%28.43%-
HSV(B)152.47º73.91%45.1%-
XYZ7.9713.068.94-
YUV85.14122.8488.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.57%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=13.57%
G=52.04%
B=34.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30115760.7400.340.55152.4758.6228.43
Hex1E734C4A02237983b1c
Octal36163114112042672307334
Binary1111011100111001100100101001000101101111001100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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