Html Css Color HEX #2E592C Parsley

📋 copy color: '#2E592C'

red 46 ◦ green 89 ◦ blue 44

#2E592C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #2E592C

Tints of Parsley #2E592C

RGB

 RED value IS 46 (18.36% from 255) = 25.7%

 GREEN value IS 89 (35.16% from 255) = 49.72%

 BLUE value IS 44 (17.58% from 255) = 24.58%

R = 25.7%
G = 49.72%
B = 24.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#2E592C (or 0x2E592C) is known color: Parsley. HEX triplet: 2E, 59 and 2C. RGB value is (46,89,44). Sum of RGB (Red+Green+Blue) = 46+89+44=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #2E592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E592C is #D1A6D3. Grayscale: #474747. Windows color (decimal): -13739732 or 2906414. OLE color: 2906414.

HSL color Cylindrical-coordinate representation of color #2E592C: hue angle of 117.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E592C is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 44 -
CMYK 0.48 0 0.51 0.65
HSL 117.33º 0.34% 0.26% -
HSV(B) 117.33º 0.51% 0.35% -
XYZ 5.15 7.91 3.64 -
YUV 71.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 46 89 44 0.48 0 0.51 0.65 117.33 0.34 0.26
Hex 2E 59 2C 30 0 33 41 75 22 1A
Octal 56 131 54 60 0 63 101 165 42 32
Binary 101110 1011001 101100 110000 0 110011 1000001 1110101 100010 11010

Color Harmonies of #2E592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E592C

Black with #2E592C

Text Example


Text Example

White with #2E592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E592C;
 }
 .AnyTagClassName
 {
   color: #2E592C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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