Html Css Color HEX #2E7D5E Sea Green

📋 copy color: '#2E7D5E'

red 46 ◦ green 125 ◦ blue 94

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

Shades of Sea Green #2E7D5E

Tints of Sea Green #2E7D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.17%

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 17.36%
G = 47.17%
B = 35.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#2E7D5E (or 0x2E7D5E) is known color: Sea Green. HEX triplet: 2E, 7D and 5E. RGB value is (46,125,94). Sum of RGB (Red+Green+Blue) = 46+125+94=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D5E is #D182A1. Grayscale: #616161. Windows color (decimal): -13730466 or 6192430. OLE color: 6192430.

HSL color Cylindrical-coordinate representation of color #2E7D5E: hue angle of 156.46º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D5E is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 125 94 -
CMYK 0.63 0 0.25 0.51
HSL 156.46º 0.46% 0.34% -
HSV(B) 156.46º 0.63% 0.49% -
XYZ 10.48 16.06 13.14 -
YUV 97.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 46 125 94 0.63 0 0.25 0.51 156.46 0.46 0.34
Hex 2E 7D 5E 3F 0 19 33 9C 2E 22
Octal 56 175 136 77 0 31 63 234 56 42
Binary 101110 1111101 1011110 111111 0 11001 110011 10011100 101110 100010

Color Harmonies of #2E7D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D5E

Black with #2E7D5E

Text Example


Text Example

White with #2E7D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,94); }

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

background-color css

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

 a { background-color: rgb(46,125,94); }

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

border-color css

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

 span { border-color: rgb(46,125,94); }

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