#2E5432

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

Shades of Parsley #2E5432

Tints of Parsley #2E5432

Color information

#2E5432 (or 0x2E5432) is unknown color: approx Parsley. HEX triplet: 2E, 54 and 32. RGB value is (46,84,50). Sum of RGB (Red+Green+Blue) = 46+84+50=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5432 is #D1ABCD. Grayscale: #444444. Windows color (decimal): -13741006 or 3298350. OLE color: 3298350.

HSL color Cylindrical-coordinate representation of color #2E5432: hue angle of 126.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5432 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB468450-
CMYK0.4500.400.67
HSL126.32º29.23%25.49%-
HSV(B)126.32º45.24%32.94%-
XYZ4.877.154.14-
YUV68.76117.41111.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=25.56%
G=46.67%
B=27.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684500.4500.400.67126.3229.2325.49
Hex2E54322D028437e1d19
Octal5612462550501031763531
Binary10111010101001100101011010101000100001111111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,50); }

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

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

 a { background-color: rgb(46,84,50); }

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

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

 span { border-color: rgb(46,84,50); }

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