Html Css Color HEX #2E855D Sea Green

📋 copy color: '#2E855D'

red 46 ◦ green 133 ◦ blue 93

#2E855D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #2E855D

Tints of Sea Green #2E855D

RGB

 RED value IS 46 (18.36% from 255) = 16.91%

 GREEN value IS 133 (52.34% from 255) = 48.9%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 16.91%
G = 48.9%
B = 34.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#2E855D (or 0x2E855D) is known color: Sea Green. HEX triplet: 2E, 85 and 5D. RGB value is (46,133,93). Sum of RGB (Red+Green+Blue) = 46+133+93=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #2E855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E855D is #D17AA2. Grayscale: #666666. Windows color (decimal): -13728419 or 6128942. OLE color: 6128942.

HSL color Cylindrical-coordinate representation of color #2E855D: hue angle of 152.41º degrees, saturation: 0.49, 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 #2E855D is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 93 -
CMYK 0.65 0 0.30 0.48
HSL 152.41º 0.49% 0.35% -
HSV(B) 152.41º 0.65% 0.52% -
XYZ 11.49 18.15 13.25 -
YUV 102.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 46 133 93 0.65 0 0.30 0.48 152.41 0.49 0.35
Hex 2E 85 5D 41 0 1E 30 98 31 23
Octal 56 205 135 101 0 36 60 230 61 43
Binary 101110 10000101 1011101 1000001 0 11110 110000 10011000 110001 100011

Color Harmonies of #2E855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E855D

Black with #2E855D

Text Example


Text Example

White with #2E855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,93); }

 H1.HeaderClassName
 {
   color: #2E855D;
 }
 .AnyTagClassName
 {
   color: #2E855D;
 }
</style>

background-color css

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

 a { background-color: rgb(46,133,93); }

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

border-color css

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

 span { border-color: rgb(46,133,93); }

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