Html Css Color HEX #2E5533 Parsley

📋 copy color: '#2E5533'

red 46 ◦ green 85 ◦ blue 51

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

Shades of Parsley #2E5533

Tints of Parsley #2E5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 25.27%
G = 46.7%
B = 28.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#2E5533 (or 0x2E5533) is known color: Parsley. HEX triplet: 2E, 55 and 33. RGB value is (46,85,51). Sum of RGB (Red+Green+Blue) = 46+85+51=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5533 is #D1AACC. Grayscale: #454545. Windows color (decimal): -13740749 or 3364142. OLE color: 3364142.

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

Color convert

RGB 46 85 51 -
CMYK 0.46 0 0.40 0.67
HSL 127.69º 0.3% 0.26% -
HSV(B) 127.69º 0.46% 0.33% -
XYZ 4.97 7.32 4.28 -
YUV 69.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 46 85 51 0.46 0 0.40 0.67 127.69 0.3 0.26
Hex 2E 55 33 2E 0 28 43 80 1E 1A
Octal 56 125 63 56 0 50 103 200 36 32
Binary 101110 1010101 110011 101110 0 101000 1000011 10000000 11110 11010

Color Harmonies of #2E5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5533

Black with #2E5533

Text Example


Text Example

White with #2E5533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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