Html Css Color HEX #2E6F49 Green Pea

📋 copy color: '#2E6F49'

red 46 ◦ green 111 ◦ blue 73

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

Shades of Green Pea #2E6F49

Tints of Green Pea #2E6F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 20%
G = 48.26%
B = 31.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#2E6F49 (or 0x2E6F49) is known color: Green Pea. HEX triplet: 2E, 6F and 49. RGB value is (46,111,73). Sum of RGB (Red+Green+Blue) = 46+111+73=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F49 is #D190B6. Grayscale: #575757. Windows color (decimal): -13734071 or 4812590. OLE color: 4812590.

HSL color Cylindrical-coordinate representation of color #2E6F49: hue angle of 144.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6F49 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 111 73 -
CMYK 0.59 0 0.34 0.56
HSL 144.92º 0.41% 0.31% -
HSV(B) 144.92º 0.59% 0.44% -
XYZ 8.01 12.43 8.28 -
YUV 87.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 46 111 73 0.59 0 0.34 0.56 144.92 0.41 0.31
Hex 2E 6F 49 3B 0 22 38 91 29 1F
Octal 56 157 111 73 0 42 70 221 51 37
Binary 101110 1101111 1001001 111011 0 100010 111000 10010001 101001 11111

Color Harmonies of #2E6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F49

Black with #2E6F49

Text Example


Text Example

White with #2E6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,73); }

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

background-color css

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

 a { background-color: rgb(46,111,73); }

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

border-color css

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

 span { border-color: rgb(46,111,73); }

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