Html Css Color HEX #2E552A Parsley

📋 copy color: '#2E552A'

red 46 ◦ green 85 ◦ blue 42

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

Shades of Parsley #2E552A

Tints of Parsley #2E552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 26.59%
G = 49.13%
B = 24.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#2E552A (or 0x2E552A) is known color: Parsley. HEX triplet: 2E, 55 and 2A. RGB value is (46,85,42). Sum of RGB (Red+Green+Blue) = 46+85+42=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #2E552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E552A is #D1AAD5. Grayscale: #444444. Windows color (decimal): -13740758 or 2774318. OLE color: 2774318.

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

Color convert

RGB 46 85 42 -
CMYK 0.46 0 0.51 0.67
HSL 114.42º 0.34% 0.25% -
HSV(B) 114.42º 0.51% 0.33% -
XYZ 4.79 7.25 3.34 -
YUV 68.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 46 85 42 0.46 0 0.51 0.67 114.42 0.34 0.25
Hex 2E 55 2A 2E 0 33 43 72 22 19
Octal 56 125 52 56 0 63 103 162 42 31
Binary 101110 1010101 101010 101110 0 110011 1000011 1110010 100010 11001

Color Harmonies of #2E552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E552A

Black with #2E552A

Text Example


Text Example

White with #2E552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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