Html Css Color HEX #2E5A2D Parsley

📋 copy color: '#2E5A2D'

red 46 ◦ green 90 ◦ blue 45

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

Shades of Parsley #2E5A2D

Tints of Parsley #2E5A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.72%

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

R = 25.41%
G = 49.72%
B = 24.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#2E5A2D (or 0x2E5A2D) is known color: Parsley. HEX triplet: 2E, 5A and 2D. RGB value is (46,90,45). Sum of RGB (Red+Green+Blue) = 46+90+45=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A2D is #D1A5D2. Grayscale: #474747. Windows color (decimal): -13739475 or 2972206. OLE color: 2972206.

HSL color Cylindrical-coordinate representation of color #2E5A2D: hue angle of 118.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5A2D is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 90 45 -
CMYK 0.49 0 0.50 0.65
HSL 118.67º 0.33% 0.26% -
HSV(B) 118.67º 0.5% 0.35% -
XYZ 5.26 8.08 3.77 -
YUV 71.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 46 90 45 0.49 0 0.50 0.65 118.67 0.33 0.26
Hex 2E 5A 2D 31 0 32 41 77 21 1A
Octal 56 132 55 61 0 62 101 167 41 32
Binary 101110 1011010 101101 110001 0 110010 1000001 1110111 100001 11010

Color Harmonies of #2E5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A2D

Black with #2E5A2D

Text Example


Text Example

White with #2E5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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