Html Css Color HEX #2E915C Sea Green

📋 copy color: '#2E915C'

red 46 ◦ green 145 ◦ blue 92

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

Shades of Sea Green #2E915C

Tints of Sea Green #2E915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.24%

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 16.25%
G = 51.24%
B = 32.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#2E915C (or 0x2E915C) is known color: Sea Green. HEX triplet: 2E, 91 and 5C. RGB value is (46,145,92). Sum of RGB (Red+Green+Blue) = 46+145+92=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #2E915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E915C is #D16EA3. Grayscale: #6D6D6D. Windows color (decimal): -13725348 or 6066478. OLE color: 6066478.

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

Color convert

RGB 46 145 92 -
CMYK 0.68 0 0.37 0.43
HSL 147.88º 0.52% 0.37% -
HSV(B) 147.88º 0.68% 0.57% -
XYZ 13.18 21.6 13.6 -
YUV 109.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 46 145 92 0.68 0 0.37 0.43 147.88 0.52 0.37
Hex 2E 91 5C 44 0 25 2B 94 34 25
Octal 56 221 134 104 0 45 53 224 64 45
Binary 101110 10010001 1011100 1000100 0 100101 101011 10010100 110100 100101

Color Harmonies of #2E915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E915C

Black with #2E915C

Text Example


Text Example

White with #2E915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,92); }

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

background-color css

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

 a { background-color: rgb(46,145,92); }

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

border-color css

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

 span { border-color: rgb(46,145,92); }

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