Html Css Color HEX #2E6148 Green Pea

📋 copy color: '#2E6148'

red 46 ◦ green 97 ◦ blue 72

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

Shades of Green Pea #2E6148

Tints of Green Pea #2E6148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 21.4%
G = 45.12%
B = 33.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#2E6148 (or 0x2E6148) is known color: Green Pea. HEX triplet: 2E, 61 and 48. RGB value is (46,97,72). Sum of RGB (Red+Green+Blue) = 46+97+72=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6148 is #D19EB7. Grayscale: #4E4E4E. Windows color (decimal): -13737656 or 4743470. OLE color: 4743470.

HSL color Cylindrical-coordinate representation of color #2E6148: hue angle of 150.59º 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 #2E6148 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 72 -
CMYK 0.53 0 0.26 0.62
HSL 150.59º 0.36% 0.28% -
HSV(B) 150.59º 0.53% 0.38% -
XYZ 6.57 9.6 7.64 -
YUV 78.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 46 97 72 0.53 0 0.26 0.62 150.59 0.36 0.28
Hex 2E 61 48 35 0 1A 3E 97 24 1C
Octal 56 141 110 65 0 32 76 227 44 34
Binary 101110 1100001 1001000 110101 0 11010 111110 10010111 100100 11100

Color Harmonies of #2E6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6148

Black with #2E6148

Text Example


Text Example

White with #2E6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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