Html Css Color HEX #2E582E Parsley

📋 copy color: '#2E582E'

red 46 ◦ green 88 ◦ blue 46

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

Shades of Parsley #2E582E

Tints of Parsley #2E582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.89%

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 25.56%
G = 48.89%
B = 25.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#2E582E (or 0x2E582E) is known color: Parsley. HEX triplet: 2E, 58 and 2E. RGB value is (46,88,46). Sum of RGB (Red+Green+Blue) = 46+88+46=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #2E582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E582E is #D1A7D1. Grayscale: #464646. Windows color (decimal): -13739986 or 3037230. OLE color: 3037230.

HSL color Cylindrical-coordinate representation of color #2E582E: hue angle of 120º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E582E is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 88 46 -
CMYK 0.48 0 0.48 0.65
HSL 120º 0.31% 0.26% -
HSV(B) 120º 0.48% 0.35% -
XYZ 5.11 7.76 3.81 -
YUV 70.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 46 88 46 0.48 0 0.48 0.65 120 0.31 0.26
Hex 2E 58 2E 30 0 30 41 78 1F 1A
Octal 56 130 56 60 0 60 101 170 37 32
Binary 101110 1011000 101110 110000 0 110000 1000001 1111000 11111 11010

Color Harmonies of #2E582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E582E

Black with #2E582E

Text Example


Text Example

White with #2E582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,46); }

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

background-color css

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

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

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

border-color css

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

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

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