Html Css Color HEX #2E592A Parsley

📋 copy color: '#2E592A'

red 46 ◦ green 89 ◦ blue 42

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

Shades of Parsley #2E592A

Tints of Parsley #2E592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 25.99%
G = 50.28%
B = 23.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#2E592A (or 0x2E592A) is known color: Parsley. HEX triplet: 2E, 59 and 2A. RGB value is (46,89,42). Sum of RGB (Red+Green+Blue) = 46+89+42=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #2E592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E592A is #D1A6D5. Grayscale: #464646. Windows color (decimal): -13739734 or 2775342. OLE color: 2775342.

HSL color Cylindrical-coordinate representation of color #2E592A: hue angle of 114.89º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E592A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 42 -
CMYK 0.48 0 0.53 0.65
HSL 114.89º 0.36% 0.26% -
HSV(B) 114.89º 0.53% 0.35% -
XYZ 5.12 7.89 3.44 -
YUV 70.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 46 89 42 0.48 0 0.53 0.65 114.89 0.36 0.26
Hex 2E 59 2A 30 0 35 41 73 24 1A
Octal 56 131 52 60 0 65 101 163 44 32
Binary 101110 1011001 101010 110000 0 110101 1000001 1110011 100100 11010

Color Harmonies of #2E592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E592A

Black with #2E592A

Text Example


Text Example

White with #2E592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,42); }

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

background-color css

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

 a { background-color: rgb(46,89,42); }

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

border-color css

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

 span { border-color: rgb(46,89,42); }

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