Html Css Color HEX #2E6146 Green Pea

📋 copy color: '#2E6146'

red 46 ◦ green 97 ◦ blue 70

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

Shades of Green Pea #2E6146

Tints of Green Pea #2E6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 21.6%
G = 45.54%
B = 32.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#2E6146 (or 0x2E6146) is known color: Green Pea. HEX triplet: 2E, 61 and 46. RGB value is (46,97,70). Sum of RGB (Red+Green+Blue) = 46+97+70=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6146 is #D19EB9. Grayscale: #4E4E4E. Windows color (decimal): -13737658 or 4612398. OLE color: 4612398.

HSL color Cylindrical-coordinate representation of color #2E6146: hue angle of 148.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6146 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 70 -
CMYK 0.53 0 0.28 0.62
HSL 148.24º 0.36% 0.28% -
HSV(B) 148.24º 0.53% 0.38% -
XYZ 6.51 9.57 7.3 -
YUV 78.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 46 97 70 0.53 0 0.28 0.62 148.24 0.36 0.28
Hex 2E 61 46 35 0 1C 3E 94 24 1C
Octal 56 141 106 65 0 34 76 224 44 34
Binary 101110 1100001 1000110 110101 0 11100 111110 10010100 100100 11100

Color Harmonies of #2E6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6146

Black with #2E6146

Text Example


Text Example

White with #2E6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,70); }

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

background-color css

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

 a { background-color: rgb(46,97,70); }

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

border-color css

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

 span { border-color: rgb(46,97,70); }

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