Html Css Color HEX #2E9057 Sea Green

📋 copy color: '#2E9057'

red 46 ◦ green 144 ◦ blue 87

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

Shades of Sea Green #2E9057

Tints of Sea Green #2E9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.99%

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 16.61%
G = 51.99%
B = 31.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#2E9057 (or 0x2E9057) is known color: Sea Green. HEX triplet: 2E, 90 and 57. RGB value is (46,144,87). Sum of RGB (Red+Green+Blue) = 46+144+87=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9057 is #D16FA8. Grayscale: #6C6C6C. Windows color (decimal): -13725609 or 5738542. OLE color: 5738542.

HSL color Cylindrical-coordinate representation of color #2E9057: hue angle of 145.1º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9057 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 144 87 -
CMYK 0.68 0 0.40 0.44
HSL 145.1º 0.52% 0.37% -
HSV(B) 145.1º 0.68% 0.56% -
XYZ 12.82 21.22 12.44 -
YUV 108.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 46 144 87 0.68 0 0.40 0.44 145.1 0.52 0.37
Hex 2E 90 57 44 0 28 2C 91 34 25
Octal 56 220 127 104 0 50 54 221 64 45
Binary 101110 10010000 1010111 1000100 0 101000 101100 10010001 110100 100101

Color Harmonies of #2E9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9057

Black with #2E9057

Text Example


Text Example

White with #2E9057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,144,87); }

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

background-color css

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

 a { background-color: rgb(46,144,87); }

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

border-color css

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

 span { border-color: rgb(46,144,87); }

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