Html Css Color HEX #2E562C Parsley

📋 copy color: '#2E562C'

red 46 ◦ green 86 ◦ blue 44

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

Shades of Parsley #2E562C

Tints of Parsley #2E562C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

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

R = 26.14%
G = 48.86%
B = 25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#2E562C (or 0x2E562C) is known color: Parsley. HEX triplet: 2E, 56 and 2C. RGB value is (46,86,44). Sum of RGB (Red+Green+Blue) = 46+86+44=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #2E562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E562C is #D1A9D3. Grayscale: #454545. Windows color (decimal): -13740500 or 2905646. OLE color: 2905646.

HSL color Cylindrical-coordinate representation of color #2E562C: hue angle of 117.14º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E562C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 86 44 -
CMYK 0.47 0 0.49 0.66
HSL 117.14º 0.32% 0.25% -
HSV(B) 117.14º 0.49% 0.34% -
XYZ 4.91 7.42 3.56 -
YUV 69.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 46 86 44 0.47 0 0.49 0.66 117.14 0.32 0.25
Hex 2E 56 2C 2F 0 31 42 75 20 19
Octal 56 126 54 57 0 61 102 165 40 31
Binary 101110 1010110 101100 101111 0 110001 1000010 1110101 100000 11001

Color Harmonies of #2E562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E562C

Black with #2E562C

Text Example


Text Example

White with #2E562C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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