#2E8C42

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

Shades of Sea Green #2E8C42

Tints of Sea Green #2E8C42

Color information

#2E8C42 (or 0x2E8C42) is unknown color: approx Sea Green. HEX triplet: 2E, 8C and 42. RGB value is (46,140,66). Sum of RGB (Red+Green+Blue) = 46+140+66=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8C42 is #D173BD. Grayscale: #676767. Windows color (decimal): -13726654 or 4361262. OLE color: 4361262.

HSL color Cylindrical-coordinate representation of color #2E8C42: hue angle of 132.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C42 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB4614066-
CMYK0.6700.530.45
HSL132.77º50.54%36.47%-
HSV(B)132.77º67.14%54.9%-
XYZ11.4919.738.36-
YUV103.46106.8687.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=18.25%
G=55.56%
B=26.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46140660.6700.530.45132.7750.5436.47
Hex2E8C42430352D853324
Octal56214102103065552056344
Binary1011101000110010000101000011011010110110110000101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,66); }

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

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

 a { background-color: rgb(46,140,66); }

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

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

 span { border-color: rgb(46,140,66); }

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