#2E5636

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

Shades of Parsley #2E5636

Tints of Parsley #2E5636

Color information

#2E5636 (or 0x2E5636) is unknown color: approx Parsley. HEX triplet: 2E, 56 and 36. RGB value is (46,86,54). Sum of RGB (Red+Green+Blue) = 46+86+54=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5636 is #D1A9C9. Grayscale: #464646. Windows color (decimal): -13740490 or 3561006. OLE color: 3561006.

HSL color Cylindrical-coordinate representation of color #2E5636: hue angle of 132º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5636 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB468654-
CMYK0.4700.370.66
HSL132º30.3%25.88%-
HSV(B)132º46.51%33.73%-
XYZ5.127.54.67-
YUV70.39118.75110.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=24.73%
G=46.24%
B=29.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4686540.4700.370.6613230.325.88
Hex2E56362F02542841e1a
Octal5612666570451022043632
Binary101110101011011011010111101001011000010100001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,54); }

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

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

 a { background-color: rgb(46,86,54); }

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

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

 span { border-color: rgb(46,86,54); }

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