Html Css Color HEX #2E5F32 Parsley

📋 copy color: '#2E5F32'

red 46 ◦ green 95 ◦ blue 50

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

Shades of Parsley #2E5F32

Tints of Parsley #2E5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 49.74%

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

R = 24.08%
G = 49.74%
B = 26.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#2E5F32 (or 0x2E5F32) is known color: Parsley. HEX triplet: 2E, 5F and 32. RGB value is (46,95,50). Sum of RGB (Red+Green+Blue) = 46+95+50=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5F32 is #D1A0CD. Grayscale: #4B4B4B. Windows color (decimal): -13738190 or 3301166. OLE color: 3301166.

HSL color Cylindrical-coordinate representation of color #2E5F32: hue angle of 124.9º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5F32 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 95 50 -
CMYK 0.52 0 0.47 0.63
HSL 124.9º 0.35% 0.28% -
HSV(B) 124.9º 0.52% 0.37% -
XYZ 5.79 9 4.45 -
YUV 75.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 46 95 50 0.52 0 0.47 0.63 124.9 0.35 0.28
Hex 2E 5F 32 34 0 2F 3F 7D 23 1C
Octal 56 137 62 64 0 57 77 175 43 34
Binary 101110 1011111 110010 110100 0 101111 111111 1111101 100011 11100

Color Harmonies of #2E5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F32

Black with #2E5F32

Text Example


Text Example

White with #2E5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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