#2E664A

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

Shades of Green Pea #2E664A

Tints of Green Pea #2E664A

Color information

#2E664A (or 0x2E664A) is unknown color: approx Green Pea. HEX triplet: 2E, 66 and 4A. RGB value is (46,102,74). Sum of RGB (Red+Green+Blue) = 46+102+74=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E664A is #D199B5. Grayscale: #525252. Windows color (decimal): -13736374 or 4875822. OLE color: 4875822.

HSL color Cylindrical-coordinate representation of color #2E664A: hue angle of 150º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E664A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB4610274-
CMYK0.5500.270.6
HSL150º37.84%29.02%-
HSV(B)150º54.9%40%-
XYZ7.1110.588.15-
YUV82.06123.45102.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=20.72%
G=45.95%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102740.5500.270.615037.8429.02
Hex2E664A3701B3C96261d
Octal5614611267033742264635
Binary101110110011010010101101110110111111001001011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,74); }

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

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

 a { background-color: rgb(46,102,74); }

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

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

 span { border-color: rgb(46,102,74); }

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