Html Css Color HEX #2E6B48 Green Pea

📋 copy color: '#2E6B48'

red 46 ◦ green 107 ◦ blue 72

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

Shades of Green Pea #2E6B48

Tints of Green Pea #2E6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.56%

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

R = 20.44%
G = 47.56%
B = 32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#2E6B48 (or 0x2E6B48) is known color: Green Pea. HEX triplet: 2E, 6B and 48. RGB value is (46,107,72). Sum of RGB (Red+Green+Blue) = 46+107+72=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B48 is #D194B7. Grayscale: #545454. Windows color (decimal): -13735096 or 4746030. OLE color: 4746030.

HSL color Cylindrical-coordinate representation of color #2E6B48: hue angle of 145.57º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B48 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 107 72 -
CMYK 0.57 0 0.33 0.58
HSL 145.57º 0.4% 0.3% -
HSV(B) 145.57º 0.57% 0.42% -
XYZ 7.55 11.56 7.96 -
YUV 84.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 46 107 72 0.57 0 0.33 0.58 145.57 0.4 0.3
Hex 2E 6B 48 39 0 21 3A 92 28 1E
Octal 56 153 110 71 0 41 72 222 50 36
Binary 101110 1101011 1001000 111001 0 100001 111010 10010010 101000 11110

Color Harmonies of #2E6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B48

Black with #2E6B48

Text Example


Text Example

White with #2E6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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