#2E694A

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

Shades of Green Pea #2E694A

Tints of Green Pea #2E694A

Color information

#2E694A (or 0x2E694A) is unknown color: approx 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

RGB4610574-
CMYK0.5600.300.59
HSL148.47º39.07%29.61%-
HSV(B)148.47º56.19%41.18%-
XYZ7.4111.188.25-
YUV83.82122.45101.02-

RGB Variations

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

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.30% from 255) = 32.89%
R=20.44%
G=46.67%
B=32.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105740.5600.300.59148.4739.0729.61
Hex2E694A3801E3B94271e
Octal5615111270036732244736
Binary101110110100110010101110000111101110111001010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>