Html Css Color HEX #2E6249 Green Pea

📋 copy color: '#2E6249'

red 46 ◦ green 98 ◦ blue 73

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

Shades of Green Pea #2E6249

Tints of Green Pea #2E6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

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

R = 21.2%
G = 45.16%
B = 33.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#2E6249 (or 0x2E6249) is known color: Green Pea. HEX triplet: 2E, 62 and 49. RGB value is (46,98,73). Sum of RGB (Red+Green+Blue) = 46+98+73=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6249 is #D19DB6. Grayscale: #4F4F4F. Windows color (decimal): -13737399 or 4809262. OLE color: 4809262.

HSL color Cylindrical-coordinate representation of color #2E6249: hue angle of 151.15º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6249 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 73 -
CMYK 0.53 0 0.26 0.62
HSL 151.15º 0.36% 0.28% -
HSV(B) 151.15º 0.53% 0.38% -
XYZ 6.7 9.8 7.84 -
YUV 79.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 46 98 73 0.53 0 0.26 0.62 151.15 0.36 0.28
Hex 2E 62 49 35 0 1A 3E 97 24 1C
Octal 56 142 111 65 0 32 76 227 44 34
Binary 101110 1100010 1001001 110101 0 11010 111110 10010111 100100 11100

Color Harmonies of #2E6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6249

Black with #2E6249

Text Example


Text Example

White with #2E6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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