Html Css Color HEX #2E5C47 Green Pea

📋 copy color: '#2E5C47'

red 46 ◦ green 92 ◦ blue 71

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

Shades of Green Pea #2E5C47

Tints of Green Pea #2E5C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

 BLUE value IS 71 (28.13% from 255) = 33.97%

R = 22.01%
G = 44.02%
B = 33.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#2E5C47 (or 0x2E5C47) is known color: Green Pea. HEX triplet: 2E, 5C and 47. RGB value is (46,92,71). Sum of RGB (Red+Green+Blue) = 46+92+71=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C47 is #D1A3B8. Grayscale: #4B4B4B. Windows color (decimal): -13738937 or 4676654. OLE color: 4676654.

HSL color Cylindrical-coordinate representation of color #2E5C47: hue angle of 152.61º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C47 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 92 71 -
CMYK 0.50 0 0.23 0.64
HSL 152.61º 0.33% 0.27% -
HSV(B) 152.61º 0.5% 0.36% -
XYZ 6.09 8.69 7.32 -
YUV 75.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 46 92 71 0.50 0 0.23 0.64 152.61 0.33 0.27
Hex 2E 5C 47 32 0 17 40 99 21 1B
Octal 56 134 107 62 0 27 100 231 41 33
Binary 101110 1011100 1000111 110010 0 10111 1000000 10011001 100001 11011

Color Harmonies of #2E5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C47

Black with #2E5C47

Text Example


Text Example

White with #2E5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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