Html Css Color HEX #2E8C45 Sea Green

📋 copy color: '#2E8C45'

red 46 ◦ green 140 ◦ blue 69

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

Shades of Sea Green #2E8C45

Tints of Sea Green #2E8C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.9%

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 18.04%
G = 54.9%
B = 27.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#2E8C45 (or 0x2E8C45) is known color: Sea Green. HEX triplet: 2E, 8C and 45. RGB value is (46,140,69). Sum of RGB (Red+Green+Blue) = 46+140+69=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8C45 is #D173BA. Grayscale: #676767. Windows color (decimal): -13726651 or 4557870. OLE color: 4557870.

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

Color convert

RGB 46 140 69 -
CMYK 0.67 0 0.51 0.45
HSL 134.68º 0.51% 0.36% -
HSV(B) 134.68º 0.67% 0.55% -
XYZ 11.58 19.77 8.84 -
YUV 103.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 46 140 69 0.67 0 0.51 0.45 134.68 0.51 0.36
Hex 2E 8C 45 43 0 33 2D 87 33 24
Octal 56 214 105 103 0 63 55 207 63 44
Binary 101110 10001100 1000101 1000011 0 110011 101101 10000111 110011 100100

Color Harmonies of #2E8C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C45

Black with #2E8C45

Text Example


Text Example

White with #2E8C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,140,69); }

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

background-color css

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

 a { background-color: rgb(46,140,69); }

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

border-color css

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

 span { border-color: rgb(46,140,69); }

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