Html Css Color HEX #2E5C37 Parsley

📋 copy color: '#2E5C37'

red 46 ◦ green 92 ◦ blue 55

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

Shades of Parsley #2E5C37

Tints of Parsley #2E5C37

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.67%

 BLUE value IS 55 (21.88% from 255) = 28.5%

R = 23.83%
G = 47.67%
B = 28.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#2E5C37 (or 0x2E5C37) is known color: Parsley. HEX triplet: 2E, 5C and 37. RGB value is (46,92,55). Sum of RGB (Red+Green+Blue) = 46+92+55=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C37 is #D1A3C8. Grayscale: #4A4A4A. Windows color (decimal): -13738953 or 3628078. OLE color: 3628078.

HSL color Cylindrical-coordinate representation of color #2E5C37: hue angle of 131.74º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C37 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 92 55 -
CMYK 0.50 0 0.40 0.64
HSL 131.74º 0.33% 0.27% -
HSV(B) 131.74º 0.5% 0.36% -
XYZ 5.64 8.51 4.96 -
YUV 74.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 46 92 55 0.50 0 0.40 0.64 131.74 0.33 0.27
Hex 2E 5C 37 32 0 28 40 84 21 1B
Octal 56 134 67 62 0 50 100 204 41 33
Binary 101110 1011100 110111 110010 0 101000 1000000 10000100 100001 11011

Color Harmonies of #2E5C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C37

Black with #2E5C37

Text Example


Text Example

White with #2E5C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,55); }

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

background-color css

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

 a { background-color: rgb(46,92,55); }

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

border-color css

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

 span { border-color: rgb(46,92,55); }

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