#2E572F

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

Shades of Parsley #2E572F

Tints of Parsley #2E572F

Color information

#2E572F (or 0x2E572F) is unknown color: approx Parsley. HEX triplet: 2E, 57 and 2F. RGB value is (46,87,47). Sum of RGB (Red+Green+Blue) = 46+87+47=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #2E572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E572F is #D1A8D0. Grayscale: #464646. Windows color (decimal): -13740241 or 3102510. OLE color: 3102510.

HSL color Cylindrical-coordinate representation of color #2E572F: hue angle of 121.46º degrees, saturation: 0.31, 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 #2E572F is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB468747-
CMYK0.4700.460.66
HSL121.46º30.83%26.08%-
HSV(B)121.46º47.13%34.12%-
XYZ5.057.63.89-
YUV70.18114.92110.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 87 (34.38% from 255) = 48.33%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=25.56%
G=48.33%
B=26.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4687470.4700.460.66121.4630.8326.08
Hex2E572F2F02E42791f1a
Octal5612757570561021713732
Binary10111010101111011111011110101110100001011110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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