Html Css Color HEX #2E5935 Parsley

📋 copy color: '#2E5935'

red 46 ◦ green 89 ◦ blue 53

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

Shades of Parsley #2E5935

Tints of Parsley #2E5935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 24.47%
G = 47.34%
B = 28.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#2E5935 (or 0x2E5935) is known color: Parsley. HEX triplet: 2E, 59 and 35. RGB value is (46,89,53). Sum of RGB (Red+Green+Blue) = 46+89+53=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5935 is #D1A6CA. Grayscale: #484848. Windows color (decimal): -13739723 or 3496238. OLE color: 3496238.

HSL color Cylindrical-coordinate representation of color #2E5935: hue angle of 129.77º 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 #2E5935 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 53 -
CMYK 0.48 0 0.40 0.65
HSL 129.77º 0.32% 0.26% -
HSV(B) 129.77º 0.48% 0.35% -
XYZ 5.34 7.98 4.63 -
YUV 72.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 46 89 53 0.48 0 0.40 0.65 129.77 0.32 0.26
Hex 2E 59 35 30 0 28 41 82 20 1A
Octal 56 131 65 60 0 50 101 202 40 32
Binary 101110 1011001 110101 110000 0 101000 1000001 10000010 100000 11010

Color Harmonies of #2E5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5935

Black with #2E5935

Text Example


Text Example

White with #2E5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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