Html Css Color HEX #2E9452 Sea Green

📋 copy color: '#2E9452'

red 46 ◦ green 148 ◦ blue 82

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

Shades of Sea Green #2E9452

Tints of Sea Green #2E9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 16.67%
G = 53.62%
B = 29.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#2E9452 (or 0x2E9452) is known color: Sea Green. HEX triplet: 2E, 94 and 52. RGB value is (46,148,82). Sum of RGB (Red+Green+Blue) = 46+148+82=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9452 is #D16BAD. Grayscale: #6E6E6E. Windows color (decimal): -13724590 or 5411886. OLE color: 5411886.

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

Color convert

RGB 46 148 82 -
CMYK 0.69 0 0.45 0.42
HSL 141.18º 0.53% 0.38% -
HSV(B) 141.18º 0.69% 0.58% -
XYZ 13.24 22.37 11.6 -
YUV 109.98 112.21 82.37 -
System Red Green Blue C M Y K H S L
Decimal 46 148 82 0.69 0 0.45 0.42 141.18 0.53 0.38
Hex 2E 94 52 45 0 2D 2A 8D 35 26
Octal 56 224 122 105 0 55 52 215 65 46
Binary 101110 10010100 1010010 1000101 0 101101 101010 10001101 110101 100110

Color Harmonies of #2E9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9452

Black with #2E9452

Text Example


Text Example

White with #2E9452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,148,82); }

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

background-color css

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

 a { background-color: rgb(46,148,82); }

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

border-color css

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

 span { border-color: rgb(46,148,82); }

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