#2E5332

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

Shades of Parsley #2E5332

Tints of Parsley #2E5332

Color information

#2E5332 (or 0x2E5332) is unknown color: approx Parsley. HEX triplet: 2E, 53 and 32. RGB value is (46,83,50). Sum of RGB (Red+Green+Blue) = 46+83+50=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5332 is #D1ACCD. Grayscale: #444444. Windows color (decimal): -13741262 or 3298094. OLE color: 3298094.

HSL color Cylindrical-coordinate representation of color #2E5332: hue angle of 126.49º 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 #2E5332 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB468350-
CMYK0.4500.400.67
HSL126.49º28.68%25.29%-
HSV(B)126.49º44.58%32.55%-
XYZ4.874.12-
YUV68.18117.74112.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.70%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=25.70%
G=46.37%
B=27.93%

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
Decimal4683500.4500.400.67126.4928.6825.29
Hex2E53322D028437e1d19
Octal5612362550501031763531
Binary10111010100111100101011010101000100001111111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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