Html Css Color HEX #2E8D54 Sea Green

📋 copy color: '#2E8D54'

red 46 ◦ green 141 ◦ blue 84

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

Shades of Sea Green #2E8D54

Tints of Sea Green #2E8D54

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.03%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 16.97%
G = 52.03%
B = 31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#2E8D54 (or 0x2E8D54) is known color: Sea Green. HEX triplet: 2E, 8D and 54. RGB value is (46,141,84). Sum of RGB (Red+Green+Blue) = 46+141+84=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8D54 is #D172AB. Grayscale: #6A6A6A. Windows color (decimal): -13726380 or 5541166. OLE color: 5541166.

HSL color Cylindrical-coordinate representation of color #2E8D54: hue angle of 144º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D54 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 141 84 -
CMYK 0.67 0 0.40 0.45
HSL 144º 0.51% 0.37% -
HSV(B) 144º 0.67% 0.55% -
XYZ 12.25 20.27 11.65 -
YUV 106.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 46 141 84 0.67 0 0.40 0.45 144 0.51 0.37
Hex 2E 8D 54 43 0 28 2D 90 33 25
Octal 56 215 124 103 0 50 55 220 63 45
Binary 101110 10001101 1010100 1000011 0 101000 101101 10010000 110011 100101

Color Harmonies of #2E8D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8D54

Black with #2E8D54

Text Example


Text Example

White with #2E8D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,141,84); }

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

background-color css

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

 a { background-color: rgb(46,141,84); }

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

border-color css

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

 span { border-color: rgb(46,141,84); }

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