Html Css Color HEX #2E6547 Green Pea

📋 copy color: '#2E6547'

red 46 ◦ green 101 ◦ blue 71

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

Shades of Green Pea #2E6547

Tints of Green Pea #2E6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

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

R = 21.1%
G = 46.33%
B = 32.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#2E6547 (or 0x2E6547) is known color: Green Pea. HEX triplet: 2E, 65 and 47. RGB value is (46,101,71). Sum of RGB (Red+Green+Blue) = 46+101+71=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #2E6547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6547 is #D19AB8. Grayscale: #515151. Windows color (decimal): -13736633 or 4678958. OLE color: 4678958.

HSL color Cylindrical-coordinate representation of color #2E6547: hue angle of 147.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6547 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 101 71 -
CMYK 0.54 0 0.30 0.60
HSL 147.27º 0.37% 0.29% -
HSV(B) 147.27º 0.54% 0.4% -
XYZ 6.92 10.34 7.59 -
YUV 81.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 46 101 71 0.54 0 0.30 0.60 147.27 0.37 0.29
Hex 2E 65 47 36 0 1E 3C 93 25 1D
Octal 56 145 107 66 0 36 74 223 45 35
Binary 101110 1100101 1000111 110110 0 11110 111100 10010011 100101 11101

Color Harmonies of #2E6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6547

Black with #2E6547

Text Example


Text Example

White with #2E6547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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