#2E5829

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

Shades of Parsley #2E5829

Tints of Parsley #2E5829

Color information

#2E5829 (or 0x2E5829) is unknown color: approx Parsley. HEX triplet: 2E, 58 and 29. RGB value is (46,88,41). Sum of RGB (Red+Green+Blue) = 46+88+41=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5829 is #D1A7D6. Grayscale: #464646. Windows color (decimal): -13739991 or 2709550. OLE color: 2709550.

HSL color Cylindrical-coordinate representation of color #2E5829: hue angle of 113.62º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5829 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB468841-
CMYK0.4800.530.65
HSL113.62º36.43%25.29%-
HSV(B)113.62º53.41%34.51%-
XYZ5.027.723.32-
YUV70.08111.59110.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=26.29%
G=50.29%
B=23.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4688410.4800.530.65113.6236.4325.29
Hex2E58293003541722419
Octal5613051600651011624431
Binary101110101100010100111000001101011000001111001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,88,41); }

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

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

 a { background-color: rgb(46,88,41); }

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

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

 span { border-color: rgb(46,88,41); }

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