#1EA248

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

Shades of Sea Green #1EA248

Tints of Sea Green #1EA248

Color information

#1EA248 (or 0x1EA248) is unknown color: approx Sea Green. HEX triplet: 1E, A2 and 48. RGB value is (30,162,72). Sum of RGB (Red+Green+Blue) = 30+162+72=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA248 is #E15DB7. Grayscale: #707070. Windows color (decimal): -14769592 or 4760094. OLE color: 4760094.

HSL color Cylindrical-coordinate representation of color #1EA248: hue angle of 139.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA248 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB3016272-
CMYK0.8100.560.36
HSL139.09º68.75%37.65%-
HSV(B)139.09º81.48%63.53%-
XYZ14.6326.5810.49-
YUV112.27105.2769.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.36%
GREEN value IS 162 (63.67% from 255) = 61.36%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=11.36%
G=61.36%
B=27.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30162720.8100.560.36139.0968.7537.65
Hex1EA24851038248b4526
Octal362421101210704421310546
Binary1111010100010100100010100010111000100100100010111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,162,72); }

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

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

 a { background-color: rgb(30,162,72); }

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

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

 span { border-color: rgb(30,162,72); }

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