Html Css Color HEX #2E532B Parsley

📋 copy color: '#2E532B'

red 46 ◦ green 83 ◦ blue 43

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

Shades of Parsley #2E532B

Tints of Parsley #2E532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

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

R = 26.74%
G = 48.26%
B = 25%

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

#2E532B (or 0x2E532B) is known color: Parsley. HEX triplet: 2E, 53 and 2B. RGB value is (46,83,43). Sum of RGB (Red+Green+Blue) = 46+83+43=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #2E532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E532B is #D1ACD4. Grayscale: #434343. Windows color (decimal): -13741269 or 2839342. OLE color: 2839342.

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

Color convert

RGB 46 83 43 -
CMYK 0.45 0 0.48 0.67
HSL 115.5º 0.32% 0.25% -
HSV(B) 115.5º 0.48% 0.33% -
XYZ 4.66 6.94 3.38 -
YUV 67.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 46 83 43 0.45 0 0.48 0.67 115.5 0.32 0.25
Hex 2E 53 2B 2D 0 30 43 74 20 19
Octal 56 123 53 55 0 60 103 164 40 31
Binary 101110 1010011 101011 101101 0 110000 1000011 1110100 100000 11001

Color Harmonies of #2E532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E532B

Black with #2E532B

Text Example


Text Example

White with #2E532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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