Html Css Color HEX #2E6D4F Green Pea

📋 copy color: '#2E6D4F'

red 46 ◦ green 109 ◦ blue 79

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

Shades of Green Pea #2E6D4F

Tints of Green Pea #2E6D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.58%

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 19.66%
G = 46.58%
B = 33.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#2E6D4F (or 0x2E6D4F) is known color: Green Pea. HEX triplet: 2E, 6D and 4F. RGB value is (46,109,79). Sum of RGB (Red+Green+Blue) = 46+109+79=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D4F is #D192B0. Grayscale: #565656. Windows color (decimal): -13734577 or 5205294. OLE color: 5205294.

HSL color Cylindrical-coordinate representation of color #2E6D4F: hue angle of 151.43º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D4F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 109 79 -
CMYK 0.58 0 0.28 0.57
HSL 151.43º 0.41% 0.3% -
HSV(B) 151.43º 0.58% 0.43% -
XYZ 8.01 12.08 9.31 -
YUV 86.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 46 109 79 0.58 0 0.28 0.57 151.43 0.41 0.3
Hex 2E 6D 4F 3A 0 1C 39 97 29 1E
Octal 56 155 117 72 0 34 71 227 51 36
Binary 101110 1101101 1001111 111010 0 11100 111001 10010111 101001 11110

Color Harmonies of #2E6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D4F

Black with #2E6D4F

Text Example


Text Example

White with #2E6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,79); }

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

background-color css

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

 a { background-color: rgb(46,109,79); }

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

border-color css

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

 span { border-color: rgb(46,109,79); }

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