Html Css Color HEX #2E5334 Parsley

📋 copy color: '#2E5334'

red 46 ◦ green 83 ◦ blue 52

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

Shades of Parsley #2E5334

Tints of Parsley #2E5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 25.41%
G = 45.86%
B = 28.73%

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

#2E5334 (or 0x2E5334) is known color: Parsley. HEX triplet: 2E, 53 and 34. RGB value is (46,83,52). Sum of RGB (Red+Green+Blue) = 46+83+52=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5334 is #D1ACCB. Grayscale: #444444. Windows color (decimal): -13741260 or 3429166. OLE color: 3429166.

HSL color Cylindrical-coordinate representation of color #2E5334: hue angle of 129.73º 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 #2E5334 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 83 52 -
CMYK 0.45 0 0.37 0.67
HSL 129.73º 0.29% 0.25% -
HSV(B) 129.73º 0.45% 0.33% -
XYZ 4.84 7.02 4.35 -
YUV 68.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 46 83 52 0.45 0 0.37 0.67 129.73 0.29 0.25
Hex 2E 53 34 2D 0 25 43 82 1D 19
Octal 56 123 64 55 0 45 103 202 35 31
Binary 101110 1010011 110100 101101 0 100101 1000011 10000010 11101 11001

Color Harmonies of #2E5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5334

Black with #2E5334

Text Example


Text Example

White with #2E5334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,52); }

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

background-color css

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

 a { background-color: rgb(46,83,52); }

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

border-color css

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

 span { border-color: rgb(46,83,52); }

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