Html Css Color HEX #2E552D Parsley

📋 copy color: '#2E552D'

red 46 ◦ green 85 ◦ blue 45

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

Shades of Parsley #2E552D

Tints of Parsley #2E552D

RGB

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

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

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

R = 26.14%
G = 48.3%
B = 25.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#2E552D (or 0x2E552D) is known color: Parsley. HEX triplet: 2E, 55 and 2D. RGB value is (46,85,45). Sum of RGB (Red+Green+Blue) = 46+85+45=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2E552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E552D is #D1AAD2. Grayscale: #444444. Windows color (decimal): -13740755 or 2970926. OLE color: 2970926.

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

Color convert

RGB 46 85 45 -
CMYK 0.46 0 0.47 0.67
HSL 118.5º 0.31% 0.25% -
HSV(B) 118.5º 0.47% 0.33% -
XYZ 4.85 7.27 3.63 -
YUV 68.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 46 85 45 0.46 0 0.47 0.67 118.5 0.31 0.25
Hex 2E 55 2D 2E 0 2F 43 76 1F 19
Octal 56 125 55 56 0 57 103 166 37 31
Binary 101110 1010101 101101 101110 0 101111 1000011 1110110 11111 11001

Color Harmonies of #2E552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E552D

Black with #2E552D

Text Example


Text Example

White with #2E552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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