#2E592F

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

Shades of Parsley #2E592F

Tints of Parsley #2E592F

Color information

#2E592F (or 0x2E592F) is unknown color: approx Parsley. HEX triplet: 2E, 59 and 2F. RGB value is (46,89,47). Sum of RGB (Red+Green+Blue) = 46+89+47=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #2E592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E592F is #D1A6D0. Grayscale: #474747. Windows color (decimal): -13739729 or 3103022. OLE color: 3103022.

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

Color convert

RGB468947-
CMYK0.4800.470.65
HSL121.4º31.85%26.47%-
HSV(B)121.4º48.31%34.9%-
XYZ5.217.933.95-
YUV71.36114.25109.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=25.27%
G=48.90%
B=25.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4689470.4800.470.65121.431.8526.47
Hex2E592F3002F4179201a
Octal5613157600571011714032
Binary101110101100110111111000001011111000001111100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,89,47); }

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

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

 a { background-color: rgb(46,89,47); }

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

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

 span { border-color: rgb(46,89,47); }

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