Html Css Color HEX #2E954A Sea Green

📋 copy color: '#2E954A'

red 46 ◦ green 149 ◦ blue 74

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

Shades of Sea Green #2E954A

Tints of Sea Green #2E954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 17.1%
G = 55.39%
B = 27.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#2E954A (or 0x2E954A) is known color: Sea Green. HEX triplet: 2E, 95 and 4A. RGB value is (46,149,74). Sum of RGB (Red+Green+Blue) = 46+149+74=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #2E954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E954A is #D16AB5. Grayscale: #6D6D6D. Windows color (decimal): -13724342 or 4887854. OLE color: 4887854.

HSL color Cylindrical-coordinate representation of color #2E954A: hue angle of 136.31º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E954A is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 149 74 -
CMYK 0.69 0 0.50 0.42
HSL 136.31º 0.53% 0.38% -
HSV(B) 136.31º 0.69% 0.58% -
XYZ 13.11 22.57 10.14 -
YUV 109.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 46 149 74 0.69 0 0.50 0.42 136.31 0.53 0.38
Hex 2E 95 4A 45 0 32 2A 88 35 26
Octal 56 225 112 105 0 62 52 210 65 46
Binary 101110 10010101 1001010 1000101 0 110010 101010 10001000 110101 100110

Color Harmonies of #2E954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E954A

Black with #2E954A

Text Example


Text Example

White with #2E954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,74); }

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

background-color css

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

 a { background-color: rgb(46,149,74); }

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

border-color css

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

 span { border-color: rgb(46,149,74); }

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