Html Css Color HEX #2E592F Parsley

📋 copy color: '#2E592F'

red 46 ◦ green 89 ◦ blue 47

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

Shades of Parsley #2E592F

Tints of Parsley #2E592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 25.27%
G = 48.9%
B = 25.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#2E592F (or 0x2E592F) is known color: Parsley. HEX triplet: 2E, 59 and 2F. RGB value is (46,89,47). Sum of RGB (Red+Green+Blue) = 46+89+47=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #2E592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E592F is #D1A6D0. Grayscale: #474747. Windows color (decimal): -13739729 or 3103022. OLE color: 3103022.

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

Color convert

RGB 46 89 47 -
CMYK 0.48 0 0.47 0.65
HSL 121.4º 0.32% 0.26% -
HSV(B) 121.4º 0.48% 0.35% -
XYZ 5.21 7.93 3.95 -
YUV 71.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 46 89 47 0.48 0 0.47 0.65 121.4 0.32 0.26
Hex 2E 59 2F 30 0 2F 41 79 20 1A
Octal 56 131 57 60 0 57 101 171 40 32
Binary 101110 1011001 101111 110000 0 101111 1000001 1111001 100000 11010

Color Harmonies of #2E592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E592F

Black with #2E592F

Text Example


Text Example

White with #2E592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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