#1e9052

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

Shades of Sea Green #1E9052

Tints of Sea Green #1E9052

Color information

#1E9052 (or 0x1E9052) is unknown color: approx Sea Green. HEX triplet: 1E, 90 and 52. RGB value is (30,144,82). Sum of RGB (Red+Green+Blue) = 30+144+82=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #1E9052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9052 is #E16FAD. Grayscale: #666666. Windows color (decimal): -14774190 or 5410846. OLE color: 5410846.

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

Color convert

RGB3014482-
CMYK0.7900.430.44
HSL147.37º65.52%34.12%-
HSV(B)147.37º79.17%56.47%-
XYZ12.0320.8311.37-
YUV102.85116.2376.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.72%
GREEN value IS 144 (56.64% from 255) = 56.25%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=11.72%
G=56.25%
B=32.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30144820.7900.430.44147.3765.5234.12
Hex1E90524F02B2C934222
Octal362201221170535422310242
Binary1111010010000101001010011110101011101100100100111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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