#2E6145

Color #2E6145 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2E6145

Tints of Green Pea #2E6145

Color information

#2E6145 (or 0x2E6145) is unknown color: approx Green Pea. HEX triplet: 2E, 61 and 45. RGB value is (46,97,69). Sum of RGB (Red+Green+Blue) = 46+97+69=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6145 is #D19EBA. Grayscale: #4E4E4E. Windows color (decimal): -13737659 or 4546862. OLE color: 4546862.

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

Color convert

RGB469769-
CMYK0.5300.290.62
HSL147.06º35.66%28.04%-
HSV(B)147.06º52.58%38.04%-
XYZ6.489.567.13-
YUV78.56122.6104.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=21.70%
G=45.75%
B=32.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697690.5300.290.62147.0635.6628.04
Hex2E61453501D3E93241c
Octal5614110565035762234434
Binary101110110000110001011101010111011111101001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6145;
 }
 .AnyTagClassName
 {
   color: #2E6145;
 }
</style>
background-color css

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

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

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

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

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

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