#1E9152

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

Shades of Sea Green #1E9152

Tints of Sea Green #1E9152

Color information

#1E9152 (or 0x1E9152) is unknown color: approx Sea Green. HEX triplet: 1E, 91 and 52. RGB value is (30,145,82). Sum of RGB (Red+Green+Blue) = 30+145+82=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #1E9152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9152 is #E16EAD. Grayscale: #676767. Windows color (decimal): -14773934 or 5411102. OLE color: 5411102.

HSL color Cylindrical-coordinate representation of color #1E9152: hue angle of 147.13º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E9152 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB3014582-
CMYK0.7900.430.43
HSL147.13º65.71%34.31%-
HSV(B)147.13º79.31%56.86%-
XYZ12.1821.1411.42-
YUV103.43115.975.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=11.67%
G=56.42%
B=31.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal30145820.7900.430.43147.1365.7134.31
Hex1E91524F02B2B934222
Octal362211221170535322310242
Binary1111010010001101001010011110101011101011100100111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,145,82); }

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

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

 a { background-color: rgb(30,145,82); }

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

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

 span { border-color: rgb(30,145,82); }

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