Html Css Color HEX #2E532D Parsley

📋 copy color: '#2E532D'

red 46 ◦ green 83 ◦ blue 45

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

Shades of Parsley #2E532D

Tints of Parsley #2E532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 26.44%
G = 47.7%
B = 25.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#2E532D (or 0x2E532D) is known color: Parsley. HEX triplet: 2E, 53 and 2D. RGB value is (46,83,45). Sum of RGB (Red+Green+Blue) = 46+83+45=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #2E532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E532D is #D1ACD2. Grayscale: #434343. Windows color (decimal): -13741267 or 2970414. OLE color: 2970414.

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

Color convert

RGB 46 83 45 -
CMYK 0.45 0 0.46 0.67
HSL 118.42º 0.3% 0.25% -
HSV(B) 118.42º 0.46% 0.33% -
XYZ 4.69 6.96 3.58 -
YUV 67.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 46 83 45 0.45 0 0.46 0.67 118.42 0.3 0.25
Hex 2E 53 2D 2D 0 2E 43 76 1E 19
Octal 56 123 55 55 0 56 103 166 36 31
Binary 101110 1010011 101101 101101 0 101110 1000011 1110110 11110 11001

Color Harmonies of #2E532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E532D

Black with #2E532D

Text Example


Text Example

White with #2E532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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