Html Css Color HEX #2E612D Parsley

📋 copy color: '#2E612D'

red 46 ◦ green 97 ◦ blue 45

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

Shades of Parsley #2E612D

Tints of Parsley #2E612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 24.47%
G = 51.6%
B = 23.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#2E612D (or 0x2E612D) is known color: Parsley. HEX triplet: 2E, 61 and 2D. RGB value is (46,97,45). Sum of RGB (Red+Green+Blue) = 46+97+45=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #2E612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E612D is #D19ED2. Grayscale: #4B4B4B. Windows color (decimal): -13737683 or 2973998. OLE color: 2973998.

HSL color Cylindrical-coordinate representation of color #2E612D: hue angle of 118.85º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E612D is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 45 -
CMYK 0.53 0 0.54 0.62
HSL 118.85º 0.37% 0.28% -
HSV(B) 118.85º 0.54% 0.38% -
XYZ 5.88 9.32 3.97 -
YUV 75.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 46 97 45 0.53 0 0.54 0.62 118.85 0.37 0.28
Hex 2E 61 2D 35 0 36 3E 77 25 1C
Octal 56 141 55 65 0 66 76 167 45 34
Binary 101110 1100001 101101 110101 0 110110 111110 1110111 100101 11100

Color Harmonies of #2E612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E612D

Black with #2E612D

Text Example


Text Example

White with #2E612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,45); }

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

background-color css

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

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

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

border-color css

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

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

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