#2e845c

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

Shades of Sea Green #2E845C

Tints of Sea Green #2E845C

Color information

#2E845C (or 0x2E845C) is unknown color: approx Sea Green. HEX triplet: 2E, 84 and 5C. RGB value is (46,132,92). Sum of RGB (Red+Green+Blue) = 46+132+92=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #2E845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E845C is #D17BA3. Grayscale: #656565. Windows color (decimal): -13728676 or 6063150. OLE color: 6063150.

HSL color Cylindrical-coordinate representation of color #2E845C: hue angle of 152.09º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E845C is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB4613292-
CMYK0.6500.300.48
HSL152.09º48.31%34.9%-
HSV(B)152.09º65.15%51.76%-
XYZ11.3117.8612.98-
YUV101.73122.5188.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.04%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=17.04%
G=48.89%
B=34.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46132920.6500.300.48152.0948.3134.9
Hex2E845C4101E30983023
Octal56204134101036602306043
Binary101110100001001011100100000101111011000010011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e845c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e845c; }

 p { color: rgb(46,132,92); }

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

<style>
 a { background-color: #2e845c; }

 a { background-color: rgb(46,132,92); }

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

<style>
 span { border-color: #2e845c; }

 span { border-color: rgb(46,132,92); }

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