#2E6344

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

Shades of Green Pea #2E6344

Tints of Green Pea #2E6344

Color information

#2E6344 (or 0x2E6344) is unknown color: approx Green Pea. HEX triplet: 2E, 63 and 44. RGB value is (46,99,68). Sum of RGB (Red+Green+Blue) = 46+99+68=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6344 is #D19CBB. Grayscale: #4F4F4F. Windows color (decimal): -13737148 or 4481838. OLE color: 4481838.

HSL color Cylindrical-coordinate representation of color #2E6344: hue angle of 144.91º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6344 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB469968-
CMYK0.5400.310.61
HSL144.91º36.55%28.43%-
HSV(B)144.91º53.54%38.82%-
XYZ6.639.927.03-
YUV79.62121.44104.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=21.60%
G=46.48%
B=31.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699680.5400.310.61144.9136.5528.43
Hex2E63443601F3D91251c
Octal5614310466037752214534
Binary101110110001110001001101100111111111011001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,68); }

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

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

 a { background-color: rgb(46,99,68); }

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

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

 span { border-color: rgb(46,99,68); }

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