Html Css Color HEX #2E542B Parsley

📋 copy color: '#2E542B'

red 46 ◦ green 84 ◦ blue 43

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

Shades of Parsley #2E542B

Tints of Parsley #2E542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 26.59%
G = 48.55%
B = 24.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#2E542B (or 0x2E542B) is known color: Parsley. HEX triplet: 2E, 54 and 2B. RGB value is (46,84,43). Sum of RGB (Red+Green+Blue) = 46+84+43=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2E542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E542B is #D1ABD4. Grayscale: #444444. Windows color (decimal): -13741013 or 2839598. OLE color: 2839598.

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

Color convert

RGB 46 84 43 -
CMYK 0.45 0 0.49 0.67
HSL 115.61º 0.32% 0.25% -
HSV(B) 115.61º 0.49% 0.33% -
XYZ 4.73 7.1 3.41 -
YUV 67.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 46 84 43 0.45 0 0.49 0.67 115.61 0.32 0.25
Hex 2E 54 2B 2D 0 31 43 74 20 19
Octal 56 124 53 55 0 61 103 164 40 31
Binary 101110 1010100 101011 101101 0 110001 1000011 1110100 100000 11001

Color Harmonies of #2E542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E542B

Black with #2E542B

Text Example


Text Example

White with #2E542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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