#2E512C

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

Shades of Parsley #2E512C

Tints of Parsley #2E512C

Color information

#2E512C (or 0x2E512C) is unknown color: approx Parsley. HEX triplet: 2E, 51 and 2C. RGB value is (46,81,44). Sum of RGB (Red+Green+Blue) = 46+81+44=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #2E512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E512C is #D1AED3. Grayscale: #424242. Windows color (decimal): -13741780 or 2904366. OLE color: 2904366.

HSL color Cylindrical-coordinate representation of color #2E512C: hue angle of 116.76º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E512C is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB468144-
CMYK0.4300.460.68
HSL116.76º29.6%24.51%-
HSV(B)116.76º45.68%31.76%-
XYZ4.526.653.43-
YUV66.32115.4113.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=26.90%
G=47.37%
B=25.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681440.4300.460.68116.7629.624.51
Hex2E512C2B02E44751e19
Octal5612154530561041653631
Binary10111010100011011001010110101110100010011101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,44); }

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

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

 a { background-color: rgb(46,81,44); }

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

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

 span { border-color: rgb(46,81,44); }

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