Html Css Color HEX #2E542C Parsley

📋 copy color: '#2E542C'

red 46 ◦ green 84 ◦ blue 44

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

Shades of Parsley #2E542C

Tints of Parsley #2E542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

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

R = 26.44%
G = 48.28%
B = 25.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2E542C (or 0x2E542C) is known color: Parsley. HEX triplet: 2E, 54 and 2C. RGB value is (46,84,44). Sum of RGB (Red+Green+Blue) = 46+84+44=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #2E542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E542C is #D1ABD3. Grayscale: #444444. Windows color (decimal): -13741012 or 2905134. OLE color: 2905134.

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

Color convert

RGB 46 84 44 -
CMYK 0.45 0 0.48 0.67
HSL 117º 0.31% 0.25% -
HSV(B) 117º 0.48% 0.33% -
XYZ 4.75 7.1 3.5 -
YUV 68.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 46 84 44 0.45 0 0.48 0.67 117 0.31 0.25
Hex 2E 54 2C 2D 0 30 43 75 1F 19
Octal 56 124 54 55 0 60 103 165 37 31
Binary 101110 1010100 101100 101101 0 110000 1000011 1110101 11111 11001

Color Harmonies of #2E542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E542C

Black with #2E542C

Text Example


Text Example

White with #2E542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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