Html Css Color HEX #2E934B Sea Green

📋 copy color: '#2E934B'

red 46 ◦ green 147 ◦ blue 75

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

Shades of Sea Green #2E934B

Tints of Sea Green #2E934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.85%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 17.16%
G = 54.85%
B = 27.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#2E934B (or 0x2E934B) is known color: Sea Green. HEX triplet: 2E, 93 and 4B. RGB value is (46,147,75). Sum of RGB (Red+Green+Blue) = 46+147+75=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #2E934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E934B is #D16CB4. Grayscale: #6C6C6C. Windows color (decimal): -13724853 or 4952878. OLE color: 4952878.

HSL color Cylindrical-coordinate representation of color #2E934B: hue angle of 137.23º degrees, saturation: 0.52, 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 #2E934B is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 147 75 -
CMYK 0.69 0 0.49 0.42
HSL 137.23º 0.52% 0.38% -
HSV(B) 137.23º 0.69% 0.58% -
XYZ 12.83 21.96 10.22 -
YUV 108.59 109.04 83.35 -
System Red Green Blue C M Y K H S L
Decimal 46 147 75 0.69 0 0.49 0.42 137.23 0.52 0.38
Hex 2E 93 4B 45 0 31 2A 89 34 26
Octal 56 223 113 105 0 61 52 211 64 46
Binary 101110 10010011 1001011 1000101 0 110001 101010 10001001 110100 100110

Color Harmonies of #2E934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E934B

Black with #2E934B

Text Example


Text Example

White with #2E934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,147,75); }

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

background-color css

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

 a { background-color: rgb(46,147,75); }

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

border-color css

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

 span { border-color: rgb(46,147,75); }

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