Html Css Color HEX #2E5641 Green Pea

📋 copy color: '#2E5641'

red 46 ◦ green 86 ◦ blue 65

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

Shades of Green Pea #2E5641

Tints of Green Pea #2E5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.65%

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 23.35%
G = 43.65%
B = 32.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#2E5641 (or 0x2E5641) is known color: Green Pea. HEX triplet: 2E, 56 and 41. RGB value is (46,86,65). Sum of RGB (Red+Green+Blue) = 46+86+65=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5641 is #D1A9BE. Grayscale: #474747. Windows color (decimal): -13740479 or 4281902. OLE color: 4281902.

HSL color Cylindrical-coordinate representation of color #2E5641: hue angle of 148.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5641 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 86 65 -
CMYK 0.47 0 0.24 0.66
HSL 148.5º 0.3% 0.26% -
HSV(B) 148.5º 0.47% 0.34% -
XYZ 5.41 7.62 6.19 -
YUV 71.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 46 86 65 0.47 0 0.24 0.66 148.5 0.3 0.26
Hex 2E 56 41 2F 0 18 42 94 1E 1A
Octal 56 126 101 57 0 30 102 224 36 32
Binary 101110 1010110 1000001 101111 0 11000 1000010 10010100 11110 11010

Color Harmonies of #2E5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5641

Black with #2E5641

Text Example


Text Example

White with #2E5641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,86,65); }

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

background-color css

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

 a { background-color: rgb(46,86,65); }

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

border-color css

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

 span { border-color: rgb(46,86,65); }

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