Html Css Color HEX #2E532C Parsley

📋 copy color: '#2E532C'

red 46 ◦ green 83 ◦ blue 44

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

Shades of Parsley #2E532C

Tints of Parsley #2E532C

RGB

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

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

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

R = 26.59%
G = 47.98%
B = 25.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#2E532C (or 0x2E532C) is known color: Parsley. HEX triplet: 2E, 53 and 2C. RGB value is (46,83,44). Sum of RGB (Red+Green+Blue) = 46+83+44=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #2E532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E532C is #D1ACD3. Grayscale: #434343. Windows color (decimal): -13741268 or 2904878. OLE color: 2904878.

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

Color convert

RGB 46 83 44 -
CMYK 0.45 0 0.47 0.67
HSL 116.92º 0.31% 0.25% -
HSV(B) 116.92º 0.47% 0.33% -
XYZ 4.67 6.95 3.48 -
YUV 67.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 46 83 44 0.45 0 0.47 0.67 116.92 0.31 0.25
Hex 2E 53 2C 2D 0 2F 43 75 1F 19
Octal 56 123 54 55 0 57 103 165 37 31
Binary 101110 1010011 101100 101101 0 101111 1000011 1110101 11111 11001

Color Harmonies of #2E532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E532C

Black with #2E532C

Text Example


Text Example

White with #2E532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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