Html Css Color HEX #2E5435 Parsley

📋 copy color: '#2E5435'

red 46 ◦ green 84 ◦ blue 53

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

Shades of Parsley #2E5435

Tints of Parsley #2E5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.9%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 25.14%
G = 45.9%
B = 28.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#2E5435 (or 0x2E5435) is known color: Parsley. HEX triplet: 2E, 54 and 35. RGB value is (46,84,53). Sum of RGB (Red+Green+Blue) = 46+84+53=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5435 is #D1ABCA. Grayscale: #454545. Windows color (decimal): -13741003 or 3494958. OLE color: 3494958.

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

Color convert

RGB 46 84 53 -
CMYK 0.45 0 0.37 0.67
HSL 131.05º 0.29% 0.25% -
HSV(B) 131.05º 0.45% 0.33% -
XYZ 4.94 7.18 4.49 -
YUV 69.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 46 84 53 0.45 0 0.37 0.67 131.05 0.29 0.25
Hex 2E 54 35 2D 0 25 43 83 1D 19
Octal 56 124 65 55 0 45 103 203 35 31
Binary 101110 1010100 110101 101101 0 100101 1000011 10000011 11101 11001

Color Harmonies of #2E5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5435

Black with #2E5435

Text Example


Text Example

White with #2E5435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,53); }

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

background-color css

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

 a { background-color: rgb(46,84,53); }

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

border-color css

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

 span { border-color: rgb(46,84,53); }

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