Html Css Color HEX #2E552C Parsley

📋 copy color: '#2E552C'

red 46 ◦ green 85 ◦ blue 44

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

Shades of Parsley #2E552C

Tints of Parsley #2E552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 26.29%
G = 48.57%
B = 25.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2E552C (or 0x2E552C) is known color: Parsley. HEX triplet: 2E, 55 and 2C. RGB value is (46,85,44). Sum of RGB (Red+Green+Blue) = 46+85+44=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #2E552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E552C is #D1AAD3. Grayscale: #444444. Windows color (decimal): -13740756 or 2905390. OLE color: 2905390.

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

Color convert

RGB 46 85 44 -
CMYK 0.46 0 0.48 0.67
HSL 117.07º 0.32% 0.25% -
HSV(B) 117.07º 0.48% 0.33% -
XYZ 4.83 7.26 3.53 -
YUV 68.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 46 85 44 0.46 0 0.48 0.67 117.07 0.32 0.25
Hex 2E 55 2C 2E 0 30 43 75 20 19
Octal 56 125 54 56 0 60 103 165 40 31
Binary 101110 1010101 101100 101110 0 110000 1000011 1110101 100000 11001

Color Harmonies of #2E552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E552C

Black with #2E552C

Text Example


Text Example

White with #2E552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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