Html Css Color HEX #2E694A Green Pea

📋 copy color: '#2E694A'

red 46 ◦ green 105 ◦ blue 74

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

Shades of Green Pea #2E694A

Tints of Green Pea #2E694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 20.44%
G = 46.67%
B = 32.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#2E694A (or 0x2E694A) is known color: Green Pea. HEX triplet: 2E, 69 and 4A. RGB value is (46,105,74). Sum of RGB (Red+Green+Blue) = 46+105+74=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #2E694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E694A is #D196B5. Grayscale: #535353. Windows color (decimal): -13735606 or 4876590. OLE color: 4876590.

HSL color Cylindrical-coordinate representation of color #2E694A: hue angle of 148.47º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E694A is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 105 74 -
CMYK 0.56 0 0.30 0.59
HSL 148.47º 0.39% 0.3% -
HSV(B) 148.47º 0.56% 0.41% -
XYZ 7.41 11.18 8.25 -
YUV 83.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 46 105 74 0.56 0 0.30 0.59 148.47 0.39 0.3
Hex 2E 69 4A 38 0 1E 3B 94 27 1E
Octal 56 151 112 70 0 36 73 224 47 36
Binary 101110 1101001 1001010 111000 0 11110 111011 10010100 100111 11110

Color Harmonies of #2E694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E694A

Black with #2E694A

Text Example


Text Example

White with #2E694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,105,74); }

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

background-color css

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

 a { background-color: rgb(46,105,74); }

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

border-color css

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

 span { border-color: rgb(46,105,74); }

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