#2E6445

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

Shades of Green Pea #2E6445

Tints of Green Pea #2E6445

Color information

#2E6445 (or 0x2E6445) is unknown color: approx Green Pea. HEX triplet: 2E, 64 and 45. RGB value is (46,100,69). Sum of RGB (Red+Green+Blue) = 46+100+69=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6445 is #D19BBA. Grayscale: #505050. Windows color (decimal): -13736891 or 4547630. OLE color: 4547630.

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

Color convert

RGB4610069-
CMYK0.5400.310.61
HSL145.56º36.99%28.63%-
HSV(B)145.56º54%39.22%-
XYZ6.7610.127.23-
YUV80.32121.61103.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=21.40%
G=46.51%
B=32.09%

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
Decimal46100690.5400.310.61145.5636.9928.63
Hex2E64453601F3D92251d
Octal5614410566037752224535
Binary101110110010010001011101100111111111011001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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