#2E5334

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

Shades of Parsley #2E5334

Tints of Parsley #2E5334

Color information

#2E5334 (or 0x2E5334) is unknown color: approx Parsley. HEX triplet: 2E, 53 and 34. RGB value is (46,83,52). Sum of RGB (Red+Green+Blue) = 46+83+52=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5334 is #D1ACCB. Grayscale: #444444. Windows color (decimal): -13741260 or 3429166. OLE color: 3429166.

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

Color convert

RGB468352-
CMYK0.4500.370.67
HSL129.73º28.68%25.29%-
HSV(B)129.73º44.58%32.55%-
XYZ4.847.024.35-
YUV68.4118.74112.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=25.41%
G=45.86%
B=28.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683520.4500.370.67129.7328.6825.29
Hex2E53342D02543821d19
Octal5612364550451032023531
Binary101110101001111010010110101001011000011100000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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