Html Css Color HEX #2E5532 Parsley

📋 copy color: '#2E5532'

red 46 ◦ green 85 ◦ blue 50

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

Shades of Parsley #2E5532

Tints of Parsley #2E5532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 25.41%
G = 46.96%
B = 27.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#2E5532 (or 0x2E5532) is known color: Parsley. HEX triplet: 2E, 55 and 32. RGB value is (46,85,50). Sum of RGB (Red+Green+Blue) = 46+85+50=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5532 is #D1AACD. Grayscale: #454545. Windows color (decimal): -13740750 or 3298606. OLE color: 3298606.

HSL color Cylindrical-coordinate representation of color #2E5532: hue angle of 126.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5532 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 50 -
CMYK 0.46 0 0.41 0.67
HSL 126.15º 0.3% 0.26% -
HSV(B) 126.15º 0.46% 0.33% -
XYZ 4.95 7.31 4.17 -
YUV 69.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 46 85 50 0.46 0 0.41 0.67 126.15 0.3 0.26
Hex 2E 55 32 2E 0 29 43 7E 1E 1A
Octal 56 125 62 56 0 51 103 176 36 32
Binary 101110 1010101 110010 101110 0 101001 1000011 1111110 11110 11010

Color Harmonies of #2E5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5532

Black with #2E5532

Text Example


Text Example

White with #2E5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,50); }

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

background-color css

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

 a { background-color: rgb(46,85,50); }

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

border-color css

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

 span { border-color: rgb(46,85,50); }

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