Html Css Color HEX #2E9541 Sea Green

📋 copy color: '#2E9541'

red 46 ◦ green 149 ◦ blue 65

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

Shades of Sea Green #2E9541

Tints of Sea Green #2E9541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 17.69%
G = 57.31%
B = 25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#2E9541 (or 0x2E9541) is known color: Sea Green. HEX triplet: 2E, 95 and 41. RGB value is (46,149,65). Sum of RGB (Red+Green+Blue) = 46+149+65=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9541 is #D16ABE. Grayscale: #6C6C6C. Windows color (decimal): -13724351 or 4298030. OLE color: 4298030.

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

Color convert

RGB 46 149 65 -
CMYK 0.69 0 0.56 0.42
HSL 131.07º 0.53% 0.38% -
HSV(B) 131.07º 0.69% 0.58% -
XYZ 12.83 22.46 8.66 -
YUV 108.63 103.38 83.33 -
System Red Green Blue C M Y K H S L
Decimal 46 149 65 0.69 0 0.56 0.42 131.07 0.53 0.38
Hex 2E 95 41 45 0 38 2A 83 35 26
Octal 56 225 101 105 0 70 52 203 65 46
Binary 101110 10010101 1000001 1000101 0 111000 101010 10000011 110101 100110

Color Harmonies of #2E9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9541

Black with #2E9541

Text Example


Text Example

White with #2E9541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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