Html Css Color HEX #2E6649 Green Pea

📋 copy color: '#2E6649'

red 46 ◦ green 102 ◦ blue 73

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

Shades of Green Pea #2E6649

Tints of Green Pea #2E6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

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

R = 20.81%
G = 46.15%
B = 33.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#2E6649 (or 0x2E6649) is known color: Green Pea. HEX triplet: 2E, 66 and 49. RGB value is (46,102,73). Sum of RGB (Red+Green+Blue) = 46+102+73=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6649 is #D199B6. Grayscale: #525252. Windows color (decimal): -13736375 or 4810286. OLE color: 4810286.

HSL color Cylindrical-coordinate representation of color #2E6649: hue angle of 148.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6649 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 102 73 -
CMYK 0.55 0 0.28 0.6
HSL 148.93º 0.38% 0.29% -
HSV(B) 148.93º 0.55% 0.4% -
XYZ 7.08 10.56 7.97 -
YUV 81.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 46 102 73 0.55 0 0.28 0.6 148.93 0.38 0.29
Hex 2E 66 49 37 0 1C 3C 95 26 1D
Octal 56 146 111 67 0 34 74 225 46 35
Binary 101110 1100110 1001001 110111 0 11100 111100 10010101 100110 11101

Color Harmonies of #2E6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6649

Black with #2E6649

Text Example


Text Example

White with #2E6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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