Html Css Color HEX #2E9648 Sea Green

📋 copy color: '#2E9648'

red 46 ◦ green 150 ◦ blue 72

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

Shades of Sea Green #2E9648

Tints of Sea Green #2E9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.97%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 17.16%
G = 55.97%
B = 26.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#2E9648 (or 0x2E9648) is known color: Sea Green. HEX triplet: 2E, 96 and 48. RGB value is (46,150,72). Sum of RGB (Red+Green+Blue) = 46+150+72=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9648 is #D169B7. Grayscale: #6E6E6E. Windows color (decimal): -13724088 or 4757038. OLE color: 4757038.

HSL color Cylindrical-coordinate representation of color #2E9648: hue angle of 135º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9648 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 150 72 -
CMYK 0.69 0 0.52 0.41
HSL 135º 0.53% 0.38% -
HSV(B) 135º 0.69% 0.59% -
XYZ 13.2 22.86 9.85 -
YUV 110.01 106.54 82.34 -
System Red Green Blue C M Y K H S L
Decimal 46 150 72 0.69 0 0.52 0.41 135 0.53 0.38
Hex 2E 96 48 45 0 34 29 87 35 26
Octal 56 226 110 105 0 64 51 207 65 46
Binary 101110 10010110 1001000 1000101 0 110100 101001 10000111 110101 100110

Color Harmonies of #2E9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9648

Black with #2E9648

Text Example


Text Example

White with #2E9648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,72); }

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

background-color css

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

 a { background-color: rgb(46,150,72); }

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

border-color css

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

 span { border-color: rgb(46,150,72); }

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